Html Css Color HEX #11DCAA Caribbean Green

📋 copy color: '#11DCAA'

red 17 ◦ green 220 ◦ blue 170

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

Shades of Caribbean Green #11DCAA

Tints of Caribbean Green #11DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.05%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 4.18%
G = 54.05%
B = 41.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#11DCAA (or 0x11DCAA) is known color: Caribbean Green. HEX triplet: 11, DC and AA. RGB value is (17,220,170). Sum of RGB (Red+Green+Blue) = 17+220+170=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DCAA is #EE2355. Grayscale: #999999. Windows color (decimal): -15606614 or 11197457. OLE color: 11197457.

HSL color Cylindrical-coordinate representation of color #11DCAA: hue angle of 165.22º 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 #11DCAA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 170 -
CMYK 0.92 0 0.23 0.14
HSL 165.22º 0.86% 0.46% -
HSV(B) 165.22º 0.92% 0.86% -
XYZ 33.08 54.21 46.75 -
YUV 153.6 137.25 30.57 -
System Red Green Blue C M Y K H S L
Decimal 17 220 170 0.92 0 0.23 0.14 165.22 0.86 0.46
Hex 11 DC AA 5C 0 17 E A5 56 2E
Octal 21 334 252 134 0 27 16 245 126 56
Binary 10001 11011100 10101010 1011100 0 10111 1110 10100101 1010110 101110

Color Harmonies of #11DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCAA

Black with #11DCAA

Text Example


Text Example

White with #11DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,220,170); }

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

background-color css

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

 a { background-color: rgb(17,220,170); }

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

border-color css

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

 span { border-color: rgb(17,220,170); }

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