Shades of Light Sea Green #2CAFB7
Tints of Light Sea Green #2CAFB7
RGB
CMYK
RGB Variations
Color information
#2CAFB7 (or 0x2CAFB7) is known color: Light Sea Green. HEX triplet: 2C, AF and B7. RGB value is (44,175,183). Sum of RGB (Red+Green+Blue) = 44+175+183=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #2CAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAFB7 is #D35048. Grayscale: #888888. Windows color (decimal): -13848649 or 12037932. OLE color: 12037932.
HSL color Cylindrical-coordinate representation of color #2CAFB7: hue angle of 183.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CAFB7 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 175 | 183 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.28 |
| HSL | 183.45º | 0.61% | 0.45% | - |
| HSV(B) | 183.45º | 0.76% | 0.72% | - |
| XYZ | 24.92 | 34.61 | 50.17 | - |
| YUV | 136.74 | 154.1 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 183 | 0.76 | 0.04 | 0 | 0.28 | 183.45 | 0.61 | 0.45 |
| Hex | 2C | AF | B7 | 4C | 4 | 0 | 1C | B7 | 3D | 2D |
| Octal | 54 | 257 | 267 | 114 | 4 | 0 | 34 | 267 | 75 | 55 |
| Binary | 101100 | 10101111 | 10110111 | 1001100 | 100 | 0 | 11100 | 10110111 | 111101 | 101101 |
Color Harmonies of #2CAFB7
Complementary color
Monochromatic Colors of #2CAFB7
Black with #2CAFB7
Text Example
Text Example
White with #2CAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFB7; }
p { color: rgb(44,175,183); }
H1.HeaderClassName
{
color: #2CAFB7;
}
.AnyTagClassName
{
color: #2CAFB7;
}
</style>
background-color css
<style>
a { background-color: #2CAFB7; }
a { background-color: rgb(44,175,183); }
div.DivClassName
{
background-color: #2CAFB7;
}
.BgClassName
{
background-color: #2CAFB7;
}
</style>
border-color css
<style>
span { border-color: #2CAFB7; }
span { border-color: rgb(44,175,183); }
td.TdClassName
{
border-color: #2CAFB7;
}
.TagClassName
{
border-color: #2CAFB7;
}
</style>