Shades of Caribbean Green #03CDB1
Tints of Caribbean Green #03CDB1
RGB
CMYK
RGB Variations
Color information
#03CDB1 (or 0x03CDB1) is known color: Caribbean Green. HEX triplet: 03, CD and B1. RGB value is (3,205,177). Sum of RGB (Red+Green+Blue) = 3+205+177=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #03CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CDB1 is #FC324E. Grayscale: #8D8D8D. Windows color (decimal): -16527951 or 11652355. OLE color: 11652355.
HSL color Cylindrical-coordinate representation of color #03CDB1: hue angle of 171.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDB1 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 205 | 177 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.20 |
| HSL | 171.68º | 0.97% | 0.41% | - |
| HSV(B) | 171.68º | 0.99% | 0.8% | - |
| XYZ | 29.8 | 46.86 | 49.07 | - |
| YUV | 141.41 | 148.08 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 177 | 0.99 | 0 | 0.14 | 0.20 | 171.68 | 0.97 | 0.41 |
| Hex | 3 | CD | B1 | 63 | 0 | E | 14 | AC | 61 | 29 |
| Octal | 3 | 315 | 261 | 143 | 0 | 16 | 24 | 254 | 141 | 51 |
| Binary | 11 | 11001101 | 10110001 | 1100011 | 0 | 1110 | 10100 | 10101100 | 1100001 | 101001 |
Color Harmonies of #03CDB1
Complementary color
Monochromatic Colors of #03CDB1
Black with #03CDB1
Text Example
Text Example
White with #03CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDB1; }
p { color: rgb(3,205,177); }
H1.HeaderClassName
{
color: #03CDB1;
}
.AnyTagClassName
{
color: #03CDB1;
}
</style>
background-color css
<style>
a { background-color: #03CDB1; }
a { background-color: rgb(3,205,177); }
div.DivClassName
{
background-color: #03CDB1;
}
.BgClassName
{
background-color: #03CDB1;
}
</style>
border-color css
<style>
span { border-color: #03CDB1; }
span { border-color: rgb(3,205,177); }
td.TdClassName
{
border-color: #03CDB1;
}
.TagClassName
{
border-color: #03CDB1;
}
</style>