Html Css Color HEX #01C0AC Caribbean Green

📋 copy color: '#01C0AC'

red 1 ◦ green 192 ◦ blue 172

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

Shades of Caribbean Green #01C0AC

Tints of Caribbean Green #01C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

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

R = 0.27%
G = 52.6%
B = 47.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#01C0AC (or 0x01C0AC) is known color: Caribbean Green. HEX triplet: 01, C0 and AC. RGB value is (1,192,172). Sum of RGB (Red+Green+Blue) = 1+192+172=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C0AC is #FE3F53. Grayscale: #848484. Windows color (decimal): -16662356 or 11321345. OLE color: 11321345.

HSL color Cylindrical-coordinate representation of color #01C0AC: hue angle of 173.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C0AC is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 172 -
CMYK 0.99 0 0.10 0.25
HSL 173.72º 0.99% 0.38% -
HSV(B) 173.72º 0.99% 0.75% -
XYZ 26.31 40.68 45.5 -
YUV 132.61 150.22 34.13 -
System Red Green Blue C M Y K H S L
Decimal 1 192 172 0.99 0 0.10 0.25 173.72 0.99 0.38
Hex 1 C0 AC 63 0 A 19 AE 63 26
Octal 1 300 254 143 0 12 31 256 143 46
Binary 1 11000000 10101100 1100011 0 1010 11001 10101110 1100011 100110

Color Harmonies of #01C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0AC

Black with #01C0AC

Text Example


Text Example

White with #01C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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