Shades of Light Sea Green #2CAFBB
Tints of Light Sea Green #2CAFBB
RGB
CMYK
RGB Variations
Color information
#2CAFBB (or 0x2CAFBB) is known color: Light Sea Green. HEX triplet: 2C, AF and BB. RGB value is (44,175,187). Sum of RGB (Red+Green+Blue) = 44+175+187=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #2CAFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAFBB is #D35044. Grayscale: #898989. Windows color (decimal): -13848645 or 12300076. OLE color: 12300076.
HSL color Cylindrical-coordinate representation of color #2CAFBB: hue angle of 185.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CAFBB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 175 | 187 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.27 |
| HSL | 185.04º | 0.62% | 0.45% | - |
| HSV(B) | 185.04º | 0.76% | 0.73% | - |
| XYZ | 25.34 | 34.78 | 52.39 | - |
| YUV | 137.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 187 | 0.76 | 0.06 | 0 | 0.27 | 185.04 | 0.62 | 0.45 |
| Hex | 2C | AF | BB | 4C | 6 | 0 | 1B | B9 | 3E | 2D |
| Octal | 54 | 257 | 273 | 114 | 6 | 0 | 33 | 271 | 76 | 55 |
| Binary | 101100 | 10101111 | 10111011 | 1001100 | 110 | 0 | 11011 | 10111001 | 111110 | 101101 |
Color Harmonies of #2CAFBB
Complementary color
Monochromatic Colors of #2CAFBB
Black with #2CAFBB
Text Example
Text Example
White with #2CAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFBB; }
p { color: rgb(44,175,187); }
H1.HeaderClassName
{
color: #2CAFBB;
}
.AnyTagClassName
{
color: #2CAFBB;
}
</style>
background-color css
<style>
a { background-color: #2CAFBB; }
a { background-color: rgb(44,175,187); }
div.DivClassName
{
background-color: #2CAFBB;
}
.BgClassName
{
background-color: #2CAFBB;
}
</style>
border-color css
<style>
span { border-color: #2CAFBB; }
span { border-color: rgb(44,175,187); }
td.TdClassName
{
border-color: #2CAFBB;
}
.TagClassName
{
border-color: #2CAFBB;
}
</style>