Shades of Caribbean Green #01CBAA
Tints of Caribbean Green #01CBAA
RGB
CMYK
RGB Variations
Color information
#01CBAA (or 0x01CBAA) is known color: Caribbean Green. HEX triplet: 01, CB and AA. RGB value is (1,203,170). Sum of RGB (Red+Green+Blue) = 1+203+170=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #01CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CBAA is #FE3455. Grayscale: #8A8A8A. Windows color (decimal): -16659542 or 11193089. OLE color: 11193089.
HSL color Cylindrical-coordinate representation of color #01CBAA: hue angle of 170.2º 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 #01CBAA is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 170 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.20 |
| HSL | 170.2º | 0.99% | 0.4% | - |
| HSV(B) | 170.2º | 1% | 0.8% | - |
| XYZ | 28.62 | 45.62 | 45.33 | - |
| YUV | 138.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 170 | 1.00 | 0 | 0.16 | 0.20 | 170.2 | 0.99 | 0.4 |
| Hex | 1 | CB | AA | 64 | 0 | 10 | 14 | AA | 63 | 28 |
| Octal | 1 | 313 | 252 | 144 | 0 | 20 | 24 | 252 | 143 | 50 |
| Binary | 1 | 11001011 | 10101010 | 1100100 | 0 | 10000 | 10100 | 10101010 | 1100011 | 101000 |
Color Harmonies of #01CBAA
Complementary color
Monochromatic Colors of #01CBAA
Black with #01CBAA
Text Example
Text Example
White with #01CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBAA; }
p { color: rgb(1,203,170); }
H1.HeaderClassName
{
color: #01CBAA;
}
.AnyTagClassName
{
color: #01CBAA;
}
</style>
background-color css
<style>
a { background-color: #01CBAA; }
a { background-color: rgb(1,203,170); }
div.DivClassName
{
background-color: #01CBAA;
}
.BgClassName
{
background-color: #01CBAA;
}
</style>
border-color css
<style>
span { border-color: #01CBAA; }
span { border-color: rgb(1,203,170); }
td.TdClassName
{
border-color: #01CBAA;
}
.TagClassName
{
border-color: #01CBAA;
}
</style>