Html Css Color HEX #01CCAB Caribbean Green

📋 copy color: '#01CCAB'

red 1 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #01CCAB

Tints of Caribbean Green #01CCAB

RGB

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

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

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

R = 0.27%
G = 54.26%
B = 45.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#01CCAB (or 0x01CCAB) is known color: Caribbean Green. HEX triplet: 01, CC and AB. RGB value is (1,204,171). Sum of RGB (Red+Green+Blue) = 1+204+171=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CCAB is #FE3354. Grayscale: #8B8B8B. Windows color (decimal): -16659285 or 11258881. OLE color: 11258881.

HSL color Cylindrical-coordinate representation of color #01CCAB: hue angle of 170.25º 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 #01CCAB is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 204 171 -
CMYK 1.00 0 0.16 0.2
HSL 170.25º 0.99% 0.4% -
HSV(B) 170.25º 1% 0.8% -
XYZ 28.96 46.13 45.91 -
YUV 139.54 145.75 29.18 -
System Red Green Blue C M Y K H S L
Decimal 1 204 171 1.00 0 0.16 0.2 170.25 0.99 0.4
Hex 1 CC AB 64 0 10 14 AA 63 28
Octal 1 314 253 144 0 20 24 252 143 50
Binary 1 11001100 10101011 1100100 0 10000 10100 10101010 1100011 101000

Color Harmonies of #01CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCAB

Black with #01CCAB

Text Example


Text Example

White with #01CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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