Shades of Light Sea Green #0CB4AD
Tints of Light Sea Green #0CB4AD
RGB
CMYK
RGB Variations
Color information
#0CB4AD (or 0x0CB4AD) is known color: Light Sea Green. HEX triplet: 0C, B4 and AD. RGB value is (12,180,173). Sum of RGB (Red+Green+Blue) = 12+180+173=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB4AD is #F34B52. Grayscale: #808080. Windows color (decimal): -15944531 or 11383820. OLE color: 11383820.
HSL color Cylindrical-coordinate representation of color #0CB4AD: hue angle of 177.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB4AD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 173 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.29 |
| HSL | 177.5º | 0.88% | 0.38% | - |
| HSV(B) | 177.5º | 0.93% | 0.71% | - |
| XYZ | 24.02 | 35.74 | 45.17 | - |
| YUV | 128.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 173 | 0.93 | 0 | 0.04 | 0.29 | 177.5 | 0.88 | 0.38 |
| Hex | C | B4 | AD | 5D | 0 | 4 | 1D | B2 | 58 | 26 |
| Octal | 14 | 264 | 255 | 135 | 0 | 4 | 35 | 262 | 130 | 46 |
| Binary | 1100 | 10110100 | 10101101 | 1011101 | 0 | 100 | 11101 | 10110010 | 1011000 | 100110 |
Color Harmonies of #0CB4AD
Complementary color
Monochromatic Colors of #0CB4AD
Black with #0CB4AD
Text Example
Text Example
White with #0CB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB4AD; }
p { color: rgb(12,180,173); }
H1.HeaderClassName
{
color: #0CB4AD;
}
.AnyTagClassName
{
color: #0CB4AD;
}
</style>
background-color css
<style>
a { background-color: #0CB4AD; }
a { background-color: rgb(12,180,173); }
div.DivClassName
{
background-color: #0CB4AD;
}
.BgClassName
{
background-color: #0CB4AD;
}
</style>
border-color css
<style>
span { border-color: #0CB4AD; }
span { border-color: rgb(12,180,173); }
td.TdClassName
{
border-color: #0CB4AD;
}
.TagClassName
{
border-color: #0CB4AD;
}
</style>