Html Css Color HEX #11DDB5 Caribbean Green

📋 copy color: '#11DDB5'

red 17 ◦ green 221 ◦ blue 181

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

Shades of Caribbean Green #11DDB5

Tints of Caribbean Green #11DDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 4.06%
G = 52.74%
B = 43.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#11DDB5 (or 0x11DDB5) is known color: Caribbean Green. HEX triplet: 11, DD and B5. RGB value is (17,221,181). Sum of RGB (Red+Green+Blue) = 17+221+181=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDB5 is #EE224A. Grayscale: #9B9B9B. Windows color (decimal): -15606347 or 11918609. OLE color: 11918609.

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

Color convert

RGB 17 221 181 -
CMYK 0.92 0 0.18 0.13
HSL 168.24º 0.86% 0.47% -
HSV(B) 168.24º 0.92% 0.87% -
XYZ 34.43 55.17 52.55 -
YUV 155.44 142.41 29.25 -
System Red Green Blue C M Y K H S L
Decimal 17 221 181 0.92 0 0.18 0.13 168.24 0.86 0.47
Hex 11 DD B5 5C 0 12 D A8 56 2F
Octal 21 335 265 134 0 22 15 250 126 57
Binary 10001 11011101 10110101 1011100 0 10010 1101 10101000 1010110 101111

Color Harmonies of #11DDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDB5

Black with #11DDB5

Text Example


Text Example

White with #11DDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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