Html Css Color HEX #11DEA1 Caribbean Green

📋 copy color: '#11DEA1'

red 17 ◦ green 222 ◦ blue 161

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

Shades of Caribbean Green #11DEA1

Tints of Caribbean Green #11DEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 4.25%
G = 55.5%
B = 40.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#11DEA1 (or 0x11DEA1) is known color: Caribbean Green. HEX triplet: 11, DE and A1. RGB value is (17,222,161). Sum of RGB (Red+Green+Blue) = 17+222+161=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DEA1 is #EE215E. Grayscale: #999999. Windows color (decimal): -15606111 or 10608145. OLE color: 10608145.

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

Color convert

RGB 17 222 161 -
CMYK 0.92 0 0.27 0.13
HSL 162.15º 0.86% 0.47% -
HSV(B) 162.15º 0.92% 0.87% -
XYZ 32.79 54.93 42.59 -
YUV 153.75 132.08 30.46 -
System Red Green Blue C M Y K H S L
Decimal 17 222 161 0.92 0 0.27 0.13 162.15 0.86 0.47
Hex 11 DE A1 5C 0 1B D A2 56 2F
Octal 21 336 241 134 0 33 15 242 126 57
Binary 10001 11011110 10100001 1011100 0 11011 1101 10100010 1010110 101111

Color Harmonies of #11DEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEA1

Black with #11DEA1

Text Example


Text Example

White with #11DEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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