Html Css Color HEX #11E08B Caribbean Green

📋 copy color: '#11E08B'

red 17 ◦ green 224 ◦ blue 139

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

Shades of Caribbean Green #11E08B

Tints of Caribbean Green #11E08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.95%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 4.47%
G = 58.95%
B = 36.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#11E08B (or 0x11E08B) is known color: Caribbean Green. HEX triplet: 11, E0 and 8B. RGB value is (17,224,139). Sum of RGB (Red+Green+Blue) = 17+224+139=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #11E08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E08B is #EE1F74. Grayscale: #989898. Windows color (decimal): -15605621 or 9166865. OLE color: 9166865.

HSL color Cylindrical-coordinate representation of color #11E08B: hue angle of 155.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E08B is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 224 139 -
CMYK 0.92 0 0.38 0.12
HSL 155.36º 0.86% 0.47% -
HSV(B) 155.36º 0.92% 0.88% -
XYZ 31.55 55.29 33.44 -
YUV 152.42 120.42 31.41 -
System Red Green Blue C M Y K H S L
Decimal 17 224 139 0.92 0 0.38 0.12 155.36 0.86 0.47
Hex 11 E0 8B 5C 0 26 C 9B 56 2F
Octal 21 340 213 134 0 46 14 233 126 57
Binary 10001 11100000 10001011 1011100 0 100110 1100 10011011 1010110 101111

Color Harmonies of #11E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E08B

Black with #11E08B

Text Example


Text Example

White with #11E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,224,139); }

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

background-color css

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

 a { background-color: rgb(17,224,139); }

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

border-color css

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

 span { border-color: rgb(17,224,139); }

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