Html Css Color HEX #11DEAD Caribbean Green

📋 copy color: '#11DEAD'

red 17 ◦ green 222 ◦ blue 173

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

Shades of Caribbean Green #11DEAD

Tints of Caribbean Green #11DEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.88%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 4.13%
G = 53.88%
B = 41.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#11DEAD (or 0x11DEAD) is known color: Caribbean Green. HEX triplet: 11, DE and AD. RGB value is (17,222,173). Sum of RGB (Red+Green+Blue) = 17+222+173=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DEAD is #EE2152. Grayscale: #9B9B9B. Windows color (decimal): -15606099 or 11394577. OLE color: 11394577.

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

Color convert

RGB 17 222 173 -
CMYK 0.92 0 0.22 0.13
HSL 165.66º 0.86% 0.47% -
HSV(B) 165.66º 0.92% 0.87% -
XYZ 33.9 55.38 48.44 -
YUV 155.12 138.08 29.48 -
System Red Green Blue C M Y K H S L
Decimal 17 222 173 0.92 0 0.22 0.13 165.66 0.86 0.47
Hex 11 DE AD 5C 0 16 D A6 56 2F
Octal 21 336 255 134 0 26 15 246 126 57
Binary 10001 11011110 10101101 1011100 0 10110 1101 10100110 1010110 101111

Color Harmonies of #11DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEAD

Black with #11DEAD

Text Example


Text Example

White with #11DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,222,173); }

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

background-color css

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

 a { background-color: rgb(17,222,173); }

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

border-color css

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

 span { border-color: rgb(17,222,173); }

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