Shades of Caribbean Green #0DCDA5
Tints of Caribbean Green #0DCDA5
RGB
CMYK
RGB Variations
Color information
#0DCDA5 (or 0x0DCDA5) is known color: Caribbean Green. HEX triplet: 0D, CD and A5. RGB value is (13,205,165). Sum of RGB (Red+Green+Blue) = 13+205+165=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCDA5 is #F2325A. Grayscale: #8F8F8F. Windows color (decimal): -15872603 or 10865933. OLE color: 10865933.
HSL color Cylindrical-coordinate representation of color #0DCDA5: hue angle of 167.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDA5 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 165 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.20 |
| HSL | 167.5º | 0.88% | 0.43% | - |
| HSV(B) | 167.5º | 0.94% | 0.8% | - |
| XYZ | 28.79 | 46.46 | 43.05 | - |
| YUV | 143.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 165 | 0.94 | 0 | 0.20 | 0.20 | 167.5 | 0.88 | 0.43 |
| Hex | D | CD | A5 | 5E | 0 | 14 | 14 | A8 | 58 | 2B |
| Octal | 15 | 315 | 245 | 136 | 0 | 24 | 24 | 250 | 130 | 53 |
| Binary | 1101 | 11001101 | 10100101 | 1011110 | 0 | 10100 | 10100 | 10101000 | 1011000 | 101011 |
Color Harmonies of #0DCDA5
Complementary color
Monochromatic Colors of #0DCDA5
Black with #0DCDA5
Text Example
Text Example
White with #0DCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDA5; }
p { color: rgb(13,205,165); }
H1.HeaderClassName
{
color: #0DCDA5;
}
.AnyTagClassName
{
color: #0DCDA5;
}
</style>
background-color css
<style>
a { background-color: #0DCDA5; }
a { background-color: rgb(13,205,165); }
div.DivClassName
{
background-color: #0DCDA5;
}
.BgClassName
{
background-color: #0DCDA5;
}
</style>
border-color css
<style>
span { border-color: #0DCDA5; }
span { border-color: rgb(13,205,165); }
td.TdClassName
{
border-color: #0DCDA5;
}
.TagClassName
{
border-color: #0DCDA5;
}
</style>