Html Css Color HEX #01CCAC Caribbean Green

📋 copy color: '#01CCAC'

red 1 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #01CCAC

Tints of Caribbean Green #01CCAC

RGB

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

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

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

R = 0.27%
G = 54.11%
B = 45.62%

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

#01CCAC (or 0x01CCAC) is known color: Caribbean Green. HEX triplet: 01, CC and AC. RGB value is (1,204,172). Sum of RGB (Red+Green+Blue) = 1+204+172=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CCAC is #FE3353. Grayscale: #8B8B8B. Windows color (decimal): -16659284 or 11324417. OLE color: 11324417.

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

Color convert

RGB 1 204 172 -
CMYK 1.00 0 0.16 0.2
HSL 170.54º 0.99% 0.4% -
HSV(B) 170.54º 1% 0.8% -
XYZ 29.05 46.17 46.41 -
YUV 139.66 146.25 29.1 -
System Red Green Blue C M Y K H S L
Decimal 1 204 172 1.00 0 0.16 0.2 170.54 0.99 0.4
Hex 1 CC AC 64 0 10 14 AB 63 28
Octal 1 314 254 144 0 20 24 253 143 50
Binary 1 11001100 10101100 1100100 0 10000 10100 10101011 1100011 101000

Color Harmonies of #01CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCAC

Black with #01CCAC

Text Example


Text Example

White with #01CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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