Shades of Light Sea Green #14BFA2
Tints of Light Sea Green #14BFA2
RGB
CMYK
RGB Variations
Color information
#14BFA2 (or 0x14BFA2) is known color: Light Sea Green. HEX triplet: 14, BF and A2. RGB value is (20,191,162). Sum of RGB (Red+Green+Blue) = 20+191+162=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BFA2 is #EB405D. Grayscale: #888888. Windows color (decimal): -15417438 or 10665748. OLE color: 10665748.
HSL color Cylindrical-coordinate representation of color #14BFA2: hue angle of 169.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFA2 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 162 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.25 |
| HSL | 169.82º | 0.81% | 0.41% | - |
| HSV(B) | 169.82º | 0.9% | 0.75% | - |
| XYZ | 25.44 | 40.02 | 40.57 | - |
| YUV | 136.57 | 142.35 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 162 | 0.90 | 0 | 0.15 | 0.25 | 169.82 | 0.81 | 0.41 |
| Hex | 14 | BF | A2 | 5A | 0 | F | 19 | AA | 51 | 29 |
| Octal | 24 | 277 | 242 | 132 | 0 | 17 | 31 | 252 | 121 | 51 |
| Binary | 10100 | 10111111 | 10100010 | 1011010 | 0 | 1111 | 11001 | 10101010 | 1010001 | 101001 |
Color Harmonies of #14BFA2
Complementary color
Monochromatic Colors of #14BFA2
Black with #14BFA2
Text Example
Text Example
White with #14BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFA2; }
p { color: rgb(20,191,162); }
H1.HeaderClassName
{
color: #14BFA2;
}
.AnyTagClassName
{
color: #14BFA2;
}
</style>
background-color css
<style>
a { background-color: #14BFA2; }
a { background-color: rgb(20,191,162); }
div.DivClassName
{
background-color: #14BFA2;
}
.BgClassName
{
background-color: #14BFA2;
}
</style>
border-color css
<style>
span { border-color: #14BFA2; }
span { border-color: rgb(20,191,162); }
td.TdClassName
{
border-color: #14BFA2;
}
.TagClassName
{
border-color: #14BFA2;
}
</style>