Html Css Color HEX #11DDA0 Caribbean Green

📋 copy color: '#11DDA0'

red 17 ◦ green 221 ◦ blue 160

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

Shades of Caribbean Green #11DDA0

Tints of Caribbean Green #11DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.53%

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 4.27%
G = 55.53%
B = 40.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#11DDA0 (or 0x11DDA0) is known color: Caribbean Green. HEX triplet: 11, DD and A0. RGB value is (17,221,160). Sum of RGB (Red+Green+Blue) = 17+221+160=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDA0 is #EE225F. Grayscale: #999999. Windows color (decimal): -15606368 or 10542353. OLE color: 10542353.

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

Color convert

RGB 17 221 160 -
CMYK 0.92 0 0.28 0.13
HSL 162.06º 0.86% 0.47% -
HSV(B) 162.06º 0.92% 0.87% -
XYZ 32.43 54.37 42.04 -
YUV 153.05 131.91 30.96 -
System Red Green Blue C M Y K H S L
Decimal 17 221 160 0.92 0 0.28 0.13 162.06 0.86 0.47
Hex 11 DD A0 5C 0 1C D A2 56 2F
Octal 21 335 240 134 0 34 15 242 126 57
Binary 10001 11011101 10100000 1011100 0 11100 1101 10100010 1010110 101111

Color Harmonies of #11DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDA0

Black with #11DDA0

Text Example


Text Example

White with #11DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,160); }

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

background-color css

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

 a { background-color: rgb(17,221,160); }

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

border-color css

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

 span { border-color: rgb(17,221,160); }

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