Shades of Light Sea Green #12AFB2
Tints of Light Sea Green #12AFB2
RGB
CMYK
RGB Variations
Color information
#12AFB2 (or 0x12AFB2) is known color: Light Sea Green. HEX triplet: 12, AF and B2. RGB value is (18,175,178). Sum of RGB (Red+Green+Blue) = 18+175+178=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #12AFB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFB2 is #ED504D. Grayscale: #808080. Windows color (decimal): -15552590 or 11710226. OLE color: 11710226.
HSL color Cylindrical-coordinate representation of color #12AFB2: hue angle of 181.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AFB2 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 175 | 178 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.30 |
| HSL | 181.13º | 0.82% | 0.38% | - |
| HSV(B) | 181.13º | 0.9% | 0.7% | - |
| XYZ | 23.62 | 34 | 47.44 | - |
| YUV | 128.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 178 | 0.90 | 0.02 | 0 | 0.30 | 181.13 | 0.82 | 0.38 |
| Hex | 12 | AF | B2 | 5A | 2 | 0 | 1E | B5 | 52 | 26 |
| Octal | 22 | 257 | 262 | 132 | 2 | 0 | 36 | 265 | 122 | 46 |
| Binary | 10010 | 10101111 | 10110010 | 1011010 | 10 | 0 | 11110 | 10110101 | 1010010 | 100110 |
Color Harmonies of #12AFB2
Complementary color
Monochromatic Colors of #12AFB2
Black with #12AFB2
Text Example
Text Example
White with #12AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFB2; }
p { color: rgb(18,175,178); }
H1.HeaderClassName
{
color: #12AFB2;
}
.AnyTagClassName
{
color: #12AFB2;
}
</style>
background-color css
<style>
a { background-color: #12AFB2; }
a { background-color: rgb(18,175,178); }
div.DivClassName
{
background-color: #12AFB2;
}
.BgClassName
{
background-color: #12AFB2;
}
</style>
border-color css
<style>
span { border-color: #12AFB2; }
span { border-color: rgb(18,175,178); }
td.TdClassName
{
border-color: #12AFB2;
}
.TagClassName
{
border-color: #12AFB2;
}
</style>