Html Css Color HEX #11C094 Caribbean Green

📋 copy color: '#11C094'

red 17 ◦ green 192 ◦ blue 148

#11C094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #11C094

Tints of Caribbean Green #11C094

RGB

 RED value IS 17 (7.03% from 255) = 4.76%

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 4.76%
G = 53.78%
B = 41.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#11C094 (or 0x11C094) is known color: Caribbean Green. HEX triplet: 11, C0 and 94. RGB value is (17,192,148). Sum of RGB (Red+Green+Blue) = 17+192+148=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #11C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C094 is #EE3F6B. Grayscale: #868686. Windows color (decimal): -15613804 or 9748497. OLE color: 9748497.

HSL color Cylindrical-coordinate representation of color #11C094: hue angle of 164.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C094 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 148 -
CMYK 0.91 0 0.23 0.25
HSL 164.91º 0.84% 0.41% -
HSV(B) 164.91º 0.91% 0.75% -
XYZ 24.43 39.96 34.44 -
YUV 134.66 135.52 44.08 -
System Red Green Blue C M Y K H S L
Decimal 17 192 148 0.91 0 0.23 0.25 164.91 0.84 0.41
Hex 11 C0 94 5B 0 17 19 A5 54 29
Octal 21 300 224 133 0 27 31 245 124 51
Binary 10001 11000000 10010100 1011011 0 10111 11001 10100101 1010100 101001

Color Harmonies of #11C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C094

Black with #11C094

Text Example


Text Example

White with #11C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11C094; }

 p { color: rgb(17,192,148); }

 H1.HeaderClassName
 {
   color: #11C094;
 }
 .AnyTagClassName
 {
   color: #11C094;
 }
</style>

background-color css

<style>
 a { background-color: #11C094; }

 a { background-color: rgb(17,192,148); }

 div.DivClassName
 {
   background-color: #11C094;
 }
 .BgClassName
 {
   background-color: #11C094;
 }
</style>

border-color css

<style>
 span { border-color: #11C094; }

 span { border-color: rgb(17,192,148); }

 td.TdClassName
 {
   border-color: #11C094;
 }
 .TagClassName
 {
   border-color: #11C094;
 }
</style>