Html Css Color HEX #11C7AB Caribbean Green

📋 copy color: '#11C7AB'

red 17 ◦ green 199 ◦ blue 171

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

Shades of Caribbean Green #11C7AB

Tints of Caribbean Green #11C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 4.39%
G = 51.42%
B = 44.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#11C7AB (or 0x11C7AB) is known color: Caribbean Green. HEX triplet: 11, C7 and AB. RGB value is (17,199,171). Sum of RGB (Red+Green+Blue) = 17+199+171=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #11C7AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C7AB is #EE3854. Grayscale: #8D8D8D. Windows color (decimal): -15611989 or 11257617. OLE color: 11257617.

HSL color Cylindrical-coordinate representation of color #11C7AB: hue angle of 170.77º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C7AB is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 199 171 -
CMYK 0.91 0 0.14 0.22
HSL 170.77º 0.84% 0.42% -
HSV(B) 170.77º 0.91% 0.78% -
XYZ 28.01 43.91 45.53 -
YUV 141.39 144.7 39.28 -
System Red Green Blue C M Y K H S L
Decimal 17 199 171 0.91 0 0.14 0.22 170.77 0.84 0.42
Hex 11 C7 AB 5B 0 E 16 AB 54 2A
Octal 21 307 253 133 0 16 26 253 124 52
Binary 10001 11000111 10101011 1011011 0 1110 10110 10101011 1010100 101010

Color Harmonies of #11C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C7AB

Black with #11C7AB

Text Example


Text Example

White with #11C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,199,171); }

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

background-color css

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

 a { background-color: rgb(17,199,171); }

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

border-color css

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

 span { border-color: rgb(17,199,171); }

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