Shades of Caribbean Green #03DCB3
Tints of Caribbean Green #03DCB3
RGB
CMYK
RGB Variations
Color information
#03DCB3 (or 0x03DCB3) is known color: Caribbean Green. HEX triplet: 03, DC and B3. RGB value is (3,220,179). Sum of RGB (Red+Green+Blue) = 3+220+179=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCB3 is #FC234C. Grayscale: #969696. Windows color (decimal): -16524109 or 11787267. OLE color: 11787267.
HSL color Cylindrical-coordinate representation of color #03DCB3: hue angle of 168.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCB3 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 179 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.14 |
| HSL | 168.66º | 0.97% | 0.44% | - |
| HSV(B) | 168.66º | 0.99% | 0.86% | - |
| XYZ | 33.77 | 54.46 | 51.38 | - |
| YUV | 150.44 | 144.11 | 22.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 179 | 0.99 | 0 | 0.19 | 0.14 | 168.66 | 0.97 | 0.44 |
| Hex | 3 | DC | B3 | 63 | 0 | 13 | E | A9 | 61 | 2C |
| Octal | 3 | 334 | 263 | 143 | 0 | 23 | 16 | 251 | 141 | 54 |
| Binary | 11 | 11011100 | 10110011 | 1100011 | 0 | 10011 | 1110 | 10101001 | 1100001 | 101100 |
Color Harmonies of #03DCB3
Complementary color
Monochromatic Colors of #03DCB3
Black with #03DCB3
Text Example
Text Example
White with #03DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCB3; }
p { color: rgb(3,220,179); }
H1.HeaderClassName
{
color: #03DCB3;
}
.AnyTagClassName
{
color: #03DCB3;
}
</style>
background-color css
<style>
a { background-color: #03DCB3; }
a { background-color: rgb(3,220,179); }
div.DivClassName
{
background-color: #03DCB3;
}
.BgClassName
{
background-color: #03DCB3;
}
</style>
border-color css
<style>
span { border-color: #03DCB3; }
span { border-color: rgb(3,220,179); }
td.TdClassName
{
border-color: #03DCB3;
}
.TagClassName
{
border-color: #03DCB3;
}
</style>