Shades of Light Sea Green #0CADA5
Tints of Light Sea Green #0CADA5
RGB
CMYK
RGB Variations
Color information
#0CADA5 (or 0x0CADA5) is known color: Light Sea Green. HEX triplet: 0C, AD and A5. RGB value is (12,173,165). Sum of RGB (Red+Green+Blue) = 12+173+165=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #0CADA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CADA5 is #F3525A. Grayscale: #7B7B7B. Windows color (decimal): -15946331 or 10857740. OLE color: 10857740.
HSL color Cylindrical-coordinate representation of color #0CADA5: hue angle of 177.02º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CADA5 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 173 | 165 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.32 |
| HSL | 177.02º | 0.87% | 0.36% | - |
| HSV(B) | 177.02º | 0.93% | 0.68% | - |
| XYZ | 21.89 | 32.68 | 40.75 | - |
| YUV | 123.95 | 151.16 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 165 | 0.93 | 0 | 0.05 | 0.32 | 177.02 | 0.87 | 0.36 |
| Hex | C | AD | A5 | 5D | 0 | 5 | 20 | B1 | 57 | 24 |
| Octal | 14 | 255 | 245 | 135 | 0 | 5 | 40 | 261 | 127 | 44 |
| Binary | 1100 | 10101101 | 10100101 | 1011101 | 0 | 101 | 100000 | 10110001 | 1010111 | 100100 |
Color Harmonies of #0CADA5
Complementary color
Monochromatic Colors of #0CADA5
Black with #0CADA5
Text Example
Text Example
White with #0CADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADA5; }
p { color: rgb(12,173,165); }
H1.HeaderClassName
{
color: #0CADA5;
}
.AnyTagClassName
{
color: #0CADA5;
}
</style>
background-color css
<style>
a { background-color: #0CADA5; }
a { background-color: rgb(12,173,165); }
div.DivClassName
{
background-color: #0CADA5;
}
.BgClassName
{
background-color: #0CADA5;
}
</style>
border-color css
<style>
span { border-color: #0CADA5; }
span { border-color: rgb(12,173,165); }
td.TdClassName
{
border-color: #0CADA5;
}
.TagClassName
{
border-color: #0CADA5;
}
</style>