Html Css Color HEX #11DCAD Caribbean Green

📋 copy color: '#11DCAD'

red 17 ◦ green 220 ◦ blue 173

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

Shades of Caribbean Green #11DCAD

Tints of Caribbean Green #11DCAD

RGB

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

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

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

R = 4.15%
G = 53.66%
B = 42.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#11DCAD (or 0x11DCAD) is known color: Caribbean Green. HEX triplet: 11, DC and AD. RGB value is (17,220,173). Sum of RGB (Red+Green+Blue) = 17+220+173=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DCAD is #EE2352. Grayscale: #999999. Windows color (decimal): -15606611 or 11394065. OLE color: 11394065.

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

Color convert

RGB 17 220 173 -
CMYK 0.92 0 0.21 0.14
HSL 166.11º 0.86% 0.46% -
HSV(B) 166.11º 0.92% 0.86% -
XYZ 33.37 54.32 48.26 -
YUV 153.95 138.75 30.32 -
System Red Green Blue C M Y K H S L
Decimal 17 220 173 0.92 0 0.21 0.14 166.11 0.86 0.46
Hex 11 DC AD 5C 0 15 E A6 56 2E
Octal 21 334 255 134 0 25 16 246 126 56
Binary 10001 11011100 10101101 1011100 0 10101 1110 10100110 1010110 101110

Color Harmonies of #11DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCAD

Black with #11DCAD

Text Example


Text Example

White with #11DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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