Html Css Color HEX #11D7AC Caribbean Green

📋 copy color: '#11D7AC'

red 17 ◦ green 215 ◦ blue 172

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

Shades of Caribbean Green #11D7AC

Tints of Caribbean Green #11D7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 4.21%
G = 53.22%
B = 42.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#11D7AC (or 0x11D7AC) is known color: Caribbean Green. HEX triplet: 11, D7 and AC. RGB value is (17,215,172). Sum of RGB (Red+Green+Blue) = 17+215+172=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #11D7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D7AC is #EE2853. Grayscale: #969696. Windows color (decimal): -15607892 or 11327249. OLE color: 11327249.

HSL color Cylindrical-coordinate representation of color #11D7AC: hue angle of 166.97º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D7AC is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 215 172 -
CMYK 0.92 0 0.2 0.16
HSL 166.97º 0.85% 0.45% -
HSV(B) 166.97º 0.92% 0.84% -
XYZ 31.98 51.7 47.32 -
YUV 150.9 139.9 32.5 -
System Red Green Blue C M Y K H S L
Decimal 17 215 172 0.92 0 0.2 0.16 166.97 0.85 0.45
Hex 11 D7 AC 5C 0 14 10 A7 55 2D
Octal 21 327 254 134 0 24 20 247 125 55
Binary 10001 11010111 10101100 1011100 0 10100 10000 10100111 1010101 101101

Color Harmonies of #11D7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D7AC

Black with #11D7AC

Text Example


Text Example

White with #11D7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,215,172); }

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

background-color css

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

 a { background-color: rgb(17,215,172); }

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

border-color css

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

 span { border-color: rgb(17,215,172); }

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