Html Css Color HEX #01CCB0 Caribbean Green

📋 copy color: '#01CCB0'

red 1 ◦ green 204 ◦ blue 176

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

Shades of Caribbean Green #01CCB0

Tints of Caribbean Green #01CCB0

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 0.26%
G = 53.54%
B = 46.19%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#01CCB0 (or 0x01CCB0) is known color: Caribbean Green. HEX triplet: 01, CC and B0. RGB value is (1,204,176). Sum of RGB (Red+Green+Blue) = 1+204+176=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CCB0 is #FE334F. Grayscale: #8C8C8C. Windows color (decimal): -16659280 or 11586561. OLE color: 11586561.

HSL color Cylindrical-coordinate representation of color #01CCB0: hue angle of 171.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCB0 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 204 176 -
CMYK 1.00 0 0.14 0.2
HSL 171.72º 0.99% 0.4% -
HSV(B) 171.72º 1% 0.8% -
XYZ 29.44 46.33 48.46 -
YUV 140.11 148.25 28.78 -
System Red Green Blue C M Y K H S L
Decimal 1 204 176 1.00 0 0.14 0.2 171.72 0.99 0.4
Hex 1 CC B0 64 0 E 14 AC 63 28
Octal 1 314 260 144 0 16 24 254 143 50
Binary 1 11001100 10110000 1100100 0 1110 10100 10101100 1100011 101000

Color Harmonies of #01CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCB0

Black with #01CCB0

Text Example


Text Example

White with #01CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CCB0; }

 p { color: rgb(1,204,176); }

 H1.HeaderClassName
 {
   color: #01CCB0;
 }
 .AnyTagClassName
 {
   color: #01CCB0;
 }
</style>

background-color css

<style>
 a { background-color: #01CCB0; }

 a { background-color: rgb(1,204,176); }

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

border-color css

<style>
 span { border-color: #01CCB0; }

 span { border-color: rgb(1,204,176); }

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