Html Css Color HEX #01C0AA Caribbean Green

📋 copy color: '#01C0AA'

red 1 ◦ green 192 ◦ blue 170

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

Shades of Caribbean Green #01C0AA

Tints of Caribbean Green #01C0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 0.28%
G = 52.89%
B = 46.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#01C0AA (or 0x01C0AA) is known color: Caribbean Green. HEX triplet: 01, C0 and AA. RGB value is (1,192,170). Sum of RGB (Red+Green+Blue) = 1+192+170=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C0AA is #FE3F55. Grayscale: #848484. Windows color (decimal): -16662358 or 11190273. OLE color: 11190273.

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

Color convert

RGB 1 192 170 -
CMYK 0.99 0 0.11 0.25
HSL 173.09º 0.99% 0.38% -
HSV(B) 173.09º 0.99% 0.75% -
XYZ 26.12 40.61 44.49 -
YUV 132.38 149.22 34.29 -
System Red Green Blue C M Y K H S L
Decimal 1 192 170 0.99 0 0.11 0.25 173.09 0.99 0.38
Hex 1 C0 AA 63 0 B 19 AD 63 26
Octal 1 300 252 143 0 13 31 255 143 46
Binary 1 11000000 10101010 1100011 0 1011 11001 10101101 1100011 100110

Color Harmonies of #01C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0AA

Black with #01C0AA

Text Example


Text Example

White with #01C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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