Html Css Color HEX #11D08D Caribbean Green

📋 copy color: '#11D08D'

red 17 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #11D08D

Tints of Caribbean Green #11D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.83%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 4.64%
G = 56.83%
B = 38.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#11D08D (or 0x11D08D) is known color: Caribbean Green. HEX triplet: 11, D0 and 8D. RGB value is (17,208,141). Sum of RGB (Red+Green+Blue) = 17+208+141=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #11D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D08D is #EE2F72. Grayscale: #8F8F8F. Windows color (decimal): -15609715 or 9293841. OLE color: 9293841.

HSL color Cylindrical-coordinate representation of color #11D08D: hue angle of 158.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D08D is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 208 141 -
CMYK 0.92 0 0.32 0.18
HSL 158.95º 0.85% 0.44% -
HSV(B) 158.95º 0.92% 0.82% -
XYZ 27.59 47.15 32.85 -
YUV 143.25 126.72 37.95 -
System Red Green Blue C M Y K H S L
Decimal 17 208 141 0.92 0 0.32 0.18 158.95 0.85 0.44
Hex 11 D0 8D 5C 0 20 12 9F 55 2C
Octal 21 320 215 134 0 40 22 237 125 54
Binary 10001 11010000 10001101 1011100 0 100000 10010 10011111 1010101 101100

Color Harmonies of #11D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D08D

Black with #11D08D

Text Example


Text Example

White with #11D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,208,141); }

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

background-color css

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

 a { background-color: rgb(17,208,141); }

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

border-color css

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

 span { border-color: rgb(17,208,141); }

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