Shades of Caribbean Green #09CDA5
Tints of Caribbean Green #09CDA5
RGB
CMYK
RGB Variations
Color information
#09CDA5 (or 0x09CDA5) is known color: Caribbean Green. HEX triplet: 09, CD and A5. RGB value is (9,205,165). Sum of RGB (Red+Green+Blue) = 9+205+165=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #09CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CDA5 is #F6325A. Grayscale: #8D8D8D. Windows color (decimal): -16134747 or 10865929. OLE color: 10865929.
HSL color Cylindrical-coordinate representation of color #09CDA5: hue angle of 167.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDA5 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 205 | 165 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.20 |
| HSL | 167.76º | 0.92% | 0.42% | - |
| HSV(B) | 167.76º | 0.96% | 0.8% | - |
| XYZ | 28.74 | 46.44 | 43.05 | - |
| YUV | 141.84 | 141.07 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 165 | 0.96 | 0 | 0.20 | 0.20 | 167.76 | 0.92 | 0.42 |
| Hex | 9 | CD | A5 | 60 | 0 | 14 | 14 | A8 | 5C | 2A |
| Octal | 11 | 315 | 245 | 140 | 0 | 24 | 24 | 250 | 134 | 52 |
| Binary | 1001 | 11001101 | 10100101 | 1100000 | 0 | 10100 | 10100 | 10101000 | 1011100 | 101010 |
Color Harmonies of #09CDA5
Complementary color
Monochromatic Colors of #09CDA5
Black with #09CDA5
Text Example
Text Example
White with #09CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDA5; }
p { color: rgb(9,205,165); }
H1.HeaderClassName
{
color: #09CDA5;
}
.AnyTagClassName
{
color: #09CDA5;
}
</style>
background-color css
<style>
a { background-color: #09CDA5; }
a { background-color: rgb(9,205,165); }
div.DivClassName
{
background-color: #09CDA5;
}
.BgClassName
{
background-color: #09CDA5;
}
</style>
border-color css
<style>
span { border-color: #09CDA5; }
span { border-color: rgb(9,205,165); }
td.TdClassName
{
border-color: #09CDA5;
}
.TagClassName
{
border-color: #09CDA5;
}
</style>