Shades of Light Sea Green #2AAFBC
Tints of Light Sea Green #2AAFBC
RGB
CMYK
RGB Variations
Color information
#2AAFBC (or 0x2AAFBC) is known color: Light Sea Green. HEX triplet: 2A, AF and BC. RGB value is (42,175,188). Sum of RGB (Red+Green+Blue) = 42+175+188=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #2AAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAFBC is #D55043. Grayscale: #888888. Windows color (decimal): -13979716 or 12365610. OLE color: 12365610.
HSL color Cylindrical-coordinate representation of color #2AAFBC: hue angle of 185.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAFBC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 175 | 188 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.26 |
| HSL | 185.34º | 0.63% | 0.45% | - |
| HSV(B) | 185.34º | 0.78% | 0.74% | - |
| XYZ | 25.36 | 34.78 | 52.95 | - |
| YUV | 136.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 188 | 0.78 | 0.07 | 0 | 0.26 | 185.34 | 0.63 | 0.45 |
| Hex | 2A | AF | BC | 4E | 7 | 0 | 1A | B9 | 3F | 2D |
| Octal | 52 | 257 | 274 | 116 | 7 | 0 | 32 | 271 | 77 | 55 |
| Binary | 101010 | 10101111 | 10111100 | 1001110 | 111 | 0 | 11010 | 10111001 | 111111 | 101101 |
Color Harmonies of #2AAFBC
Complementary color
Monochromatic Colors of #2AAFBC
Black with #2AAFBC
Text Example
Text Example
White with #2AAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAFBC; }
p { color: rgb(42,175,188); }
H1.HeaderClassName
{
color: #2AAFBC;
}
.AnyTagClassName
{
color: #2AAFBC;
}
</style>
background-color css
<style>
a { background-color: #2AAFBC; }
a { background-color: rgb(42,175,188); }
div.DivClassName
{
background-color: #2AAFBC;
}
.BgClassName
{
background-color: #2AAFBC;
}
</style>
border-color css
<style>
span { border-color: #2AAFBC; }
span { border-color: rgb(42,175,188); }
td.TdClassName
{
border-color: #2AAFBC;
}
.TagClassName
{
border-color: #2AAFBC;
}
</style>