Html Css Color HEX #11CCB1 Caribbean Green

📋 copy color: '#11CCB1'

red 17 ◦ green 204 ◦ blue 177

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

Shades of Caribbean Green #11CCB1

Tints of Caribbean Green #11CCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.26%

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 4.27%
G = 51.26%
B = 44.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#11CCB1 (or 0x11CCB1) is known color: Caribbean Green. HEX triplet: 11, CC and B1. RGB value is (17,204,177). Sum of RGB (Red+Green+Blue) = 17+204+177=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #11CCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CCB1 is #EE334E. Grayscale: #909090. Windows color (decimal): -15610703 or 11652113. OLE color: 11652113.

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

Color convert

RGB 17 204 177 -
CMYK 0.92 0 0.13 0.2
HSL 171.34º 0.85% 0.43% -
HSV(B) 171.34º 0.92% 0.8% -
XYZ 29.76 46.48 49 -
YUV 145.01 146.05 36.7 -
System Red Green Blue C M Y K H S L
Decimal 17 204 177 0.92 0 0.13 0.2 171.34 0.85 0.43
Hex 11 CC B1 5C 0 D 14 AB 55 2B
Octal 21 314 261 134 0 15 24 253 125 53
Binary 10001 11001100 10110001 1011100 0 1101 10100 10101011 1010101 101011

Color Harmonies of #11CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CCB1

Black with #11CCB1

Text Example


Text Example

White with #11CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,204,177); }

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

background-color css

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

 a { background-color: rgb(17,204,177); }

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

border-color css

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

 span { border-color: rgb(17,204,177); }

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