Html Css Color HEX #11DBB2 Caribbean Green

📋 copy color: '#11DBB2'

red 17 ◦ green 219 ◦ blue 178

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

Shades of Caribbean Green #11DBB2

Tints of Caribbean Green #11DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.9%

 BLUE value IS 178 (69.92% from 255) = 43%

R = 4.11%
G = 52.9%
B = 43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#11DBB2 (or 0x11DBB2) is known color: Caribbean Green. HEX triplet: 11, DB and B2. RGB value is (17,219,178). Sum of RGB (Red+Green+Blue) = 17+219+178=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DBB2 is #EE244D. Grayscale: #999999. Windows color (decimal): -15606862 or 11721489. OLE color: 11721489.

HSL color Cylindrical-coordinate representation of color #11DBB2: hue angle of 167.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DBB2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 219 178 -
CMYK 0.92 0 0.19 0.14
HSL 167.82º 0.86% 0.46% -
HSV(B) 167.82º 0.92% 0.86% -
XYZ 33.6 54 50.77 -
YUV 153.93 141.58 30.33 -
System Red Green Blue C M Y K H S L
Decimal 17 219 178 0.92 0 0.19 0.14 167.82 0.86 0.46
Hex 11 DB B2 5C 0 13 E A8 56 2E
Octal 21 333 262 134 0 23 16 250 126 56
Binary 10001 11011011 10110010 1011100 0 10011 1110 10101000 1010110 101110

Color Harmonies of #11DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBB2

Black with #11DBB2

Text Example


Text Example

White with #11DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,219,178); }

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

background-color css

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

 a { background-color: rgb(17,219,178); }

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

border-color css

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

 span { border-color: rgb(17,219,178); }

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