Html Css Color HEX #01C0A2 Caribbean Green

📋 copy color: '#01C0A2'

red 1 ◦ green 192 ◦ blue 162

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

Shades of Caribbean Green #01C0A2

Tints of Caribbean Green #01C0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 0.28%
G = 54.08%
B = 45.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#01C0A2 (or 0x01C0A2) is known color: Caribbean Green. HEX triplet: 01, C0 and A2. RGB value is (1,192,162). Sum of RGB (Red+Green+Blue) = 1+192+162=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C0A2 is #FE3F5D. Grayscale: #838383. Windows color (decimal): -16662366 or 10665985. OLE color: 10665985.

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

Color convert

RGB 1 192 162 -
CMYK 0.99 0 0.16 0.25
HSL 170.58º 0.99% 0.38% -
HSV(B) 170.58º 0.99% 0.75% -
XYZ 25.38 40.31 40.63 -
YUV 131.47 145.22 34.94 -
System Red Green Blue C M Y K H S L
Decimal 1 192 162 0.99 0 0.16 0.25 170.58 0.99 0.38
Hex 1 C0 A2 63 0 10 19 AB 63 26
Octal 1 300 242 143 0 20 31 253 143 46
Binary 1 11000000 10100010 1100011 0 10000 11001 10101011 1100011 100110

Color Harmonies of #01C0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0A2

Black with #01C0A2

Text Example


Text Example

White with #01C0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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