Shades of Light Sea Green #0CBBA4
Tints of Light Sea Green #0CBBA4
RGB
CMYK
RGB Variations
Color information
#0CBBA4 (or 0x0CBBA4) is known color: Light Sea Green. HEX triplet: 0C, BB and A4. RGB value is (12,187,164). Sum of RGB (Red+Green+Blue) = 12+187+164=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBBA4 is #F3445B. Grayscale: #838383. Windows color (decimal): -15942748 or 10795788. OLE color: 10795788.
HSL color Cylindrical-coordinate representation of color #0CBBA4: hue angle of 172.11º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBBA4 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 187 | 164 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.27 |
| HSL | 172.11º | 0.88% | 0.39% | - |
| HSV(B) | 172.11º | 0.94% | 0.73% | - |
| XYZ | 24.62 | 38.3 | 41.22 | - |
| YUV | 132.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 164 | 0.94 | 0 | 0.12 | 0.27 | 172.11 | 0.88 | 0.39 |
| Hex | C | BB | A4 | 5E | 0 | C | 1B | AC | 58 | 27 |
| Octal | 14 | 273 | 244 | 136 | 0 | 14 | 33 | 254 | 130 | 47 |
| Binary | 1100 | 10111011 | 10100100 | 1011110 | 0 | 1100 | 11011 | 10101100 | 1011000 | 100111 |
Color Harmonies of #0CBBA4
Complementary color
Monochromatic Colors of #0CBBA4
Black with #0CBBA4
Text Example
Text Example
White with #0CBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBA4; }
p { color: rgb(12,187,164); }
H1.HeaderClassName
{
color: #0CBBA4;
}
.AnyTagClassName
{
color: #0CBBA4;
}
</style>
background-color css
<style>
a { background-color: #0CBBA4; }
a { background-color: rgb(12,187,164); }
div.DivClassName
{
background-color: #0CBBA4;
}
.BgClassName
{
background-color: #0CBBA4;
}
</style>
border-color css
<style>
span { border-color: #0CBBA4; }
span { border-color: rgb(12,187,164); }
td.TdClassName
{
border-color: #0CBBA4;
}
.TagClassName
{
border-color: #0CBBA4;
}
</style>