Shades of Light Sea Green #0CBDA5
Tints of Light Sea Green #0CBDA5
RGB
CMYK
RGB Variations
Color information
#0CBDA5 (or 0x0CBDA5) is known color: Light Sea Green. HEX triplet: 0C, BD and A5. RGB value is (12,189,165). Sum of RGB (Red+Green+Blue) = 12+189+165=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDA5 is #F3425A. Grayscale: #858585. Windows color (decimal): -15942235 or 10861836. OLE color: 10861836.
HSL color Cylindrical-coordinate representation of color #0CBDA5: hue angle of 171.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDA5 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 165 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.26 |
| HSL | 171.86º | 0.88% | 0.39% | - |
| HSV(B) | 171.86º | 0.94% | 0.74% | - |
| XYZ | 25.14 | 39.19 | 41.84 | - |
| YUV | 133.34 | 145.86 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 165 | 0.94 | 0 | 0.13 | 0.26 | 171.86 | 0.88 | 0.39 |
| Hex | C | BD | A5 | 5E | 0 | D | 1A | AC | 58 | 27 |
| Octal | 14 | 275 | 245 | 136 | 0 | 15 | 32 | 254 | 130 | 47 |
| Binary | 1100 | 10111101 | 10100101 | 1011110 | 0 | 1101 | 11010 | 10101100 | 1011000 | 100111 |
Color Harmonies of #0CBDA5
Complementary color
Monochromatic Colors of #0CBDA5
Black with #0CBDA5
Text Example
Text Example
White with #0CBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDA5; }
p { color: rgb(12,189,165); }
H1.HeaderClassName
{
color: #0CBDA5;
}
.AnyTagClassName
{
color: #0CBDA5;
}
</style>
background-color css
<style>
a { background-color: #0CBDA5; }
a { background-color: rgb(12,189,165); }
div.DivClassName
{
background-color: #0CBDA5;
}
.BgClassName
{
background-color: #0CBDA5;
}
</style>
border-color css
<style>
span { border-color: #0CBDA5; }
span { border-color: rgb(12,189,165); }
td.TdClassName
{
border-color: #0CBDA5;
}
.TagClassName
{
border-color: #0CBDA5;
}
</style>