Shades of Caribbean Green #03DDB2
Tints of Caribbean Green #03DDB2
RGB
CMYK
RGB Variations
Color information
#03DDB2 (or 0x03DDB2) is known color: Caribbean Green. HEX triplet: 03, DD and B2. RGB value is (3,221,178). Sum of RGB (Red+Green+Blue) = 3+221+178=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #03DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DDB2 is #FC224D. Grayscale: #969696. Windows color (decimal): -16523854 or 11721987. OLE color: 11721987.
HSL color Cylindrical-coordinate representation of color #03DDB2: hue angle of 168.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDB2 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 178 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.13 |
| HSL | 168.17º | 0.97% | 0.44% | - |
| HSV(B) | 168.17º | 0.99% | 0.87% | - |
| XYZ | 33.93 | 54.95 | 50.94 | - |
| YUV | 150.92 | 143.28 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 178 | 0.99 | 0 | 0.19 | 0.13 | 168.17 | 0.97 | 0.44 |
| Hex | 3 | DD | B2 | 63 | 0 | 13 | D | A8 | 61 | 2C |
| Octal | 3 | 335 | 262 | 143 | 0 | 23 | 15 | 250 | 141 | 54 |
| Binary | 11 | 11011101 | 10110010 | 1100011 | 0 | 10011 | 1101 | 10101000 | 1100001 | 101100 |
Color Harmonies of #03DDB2
Complementary color
Monochromatic Colors of #03DDB2
Black with #03DDB2
Text Example
Text Example
White with #03DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDB2; }
p { color: rgb(3,221,178); }
H1.HeaderClassName
{
color: #03DDB2;
}
.AnyTagClassName
{
color: #03DDB2;
}
</style>
background-color css
<style>
a { background-color: #03DDB2; }
a { background-color: rgb(3,221,178); }
div.DivClassName
{
background-color: #03DDB2;
}
.BgClassName
{
background-color: #03DDB2;
}
</style>
border-color css
<style>
span { border-color: #03DDB2; }
span { border-color: rgb(3,221,178); }
td.TdClassName
{
border-color: #03DDB2;
}
.TagClassName
{
border-color: #03DDB2;
}
</style>