Shades of Caribbean Green #03DCB4
Tints of Caribbean Green #03DCB4
RGB
CMYK
RGB Variations
Color information
#03DCB4 (or 0x03DCB4) is known color: Caribbean Green. HEX triplet: 03, DC and B4. RGB value is (3,220,180). Sum of RGB (Red+Green+Blue) = 3+220+180=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCB4 is #FC234B. Grayscale: #969696. Windows color (decimal): -16524108 or 11852803. OLE color: 11852803.
HSL color Cylindrical-coordinate representation of color #03DCB4: hue angle of 168.94º 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 #03DCB4 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 180 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.14 |
| HSL | 168.94º | 0.97% | 0.44% | - |
| HSV(B) | 168.94º | 0.99% | 0.86% | - |
| XYZ | 33.87 | 54.5 | 51.91 | - |
| YUV | 150.56 | 144.61 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 180 | 0.99 | 0 | 0.18 | 0.14 | 168.94 | 0.97 | 0.44 |
| Hex | 3 | DC | B4 | 63 | 0 | 12 | E | A9 | 61 | 2C |
| Octal | 3 | 334 | 264 | 143 | 0 | 22 | 16 | 251 | 141 | 54 |
| Binary | 11 | 11011100 | 10110100 | 1100011 | 0 | 10010 | 1110 | 10101001 | 1100001 | 101100 |
Color Harmonies of #03DCB4
Complementary color
Monochromatic Colors of #03DCB4
Black with #03DCB4
Text Example
Text Example
White with #03DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCB4; }
p { color: rgb(3,220,180); }
H1.HeaderClassName
{
color: #03DCB4;
}
.AnyTagClassName
{
color: #03DCB4;
}
</style>
background-color css
<style>
a { background-color: #03DCB4; }
a { background-color: rgb(3,220,180); }
div.DivClassName
{
background-color: #03DCB4;
}
.BgClassName
{
background-color: #03DCB4;
}
</style>
border-color css
<style>
span { border-color: #03DCB4; }
span { border-color: rgb(3,220,180); }
td.TdClassName
{
border-color: #03DCB4;
}
.TagClassName
{
border-color: #03DCB4;
}
</style>