Shades of Light Sea Green #1CAFB7
Tints of Light Sea Green #1CAFB7
RGB
CMYK
RGB Variations
Color information
#1CAFB7 (or 0x1CAFB7) is known color: Light Sea Green. HEX triplet: 1C, AF and B7. RGB value is (28,175,183). Sum of RGB (Red+Green+Blue) = 28+175+183=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #1CAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFB7 is #E35048. Grayscale: #838383. Windows color (decimal): -14897225 or 12037916. OLE color: 12037916.
HSL color Cylindrical-coordinate representation of color #1CAFB7: hue angle of 183.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAFB7 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 175 | 183 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.28 |
| HSL | 183.1º | 0.73% | 0.41% | - |
| HSV(B) | 183.1º | 0.85% | 0.72% | - |
| XYZ | 24.36 | 34.33 | 50.14 | - |
| YUV | 131.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 183 | 0.85 | 0.04 | 0 | 0.28 | 183.1 | 0.73 | 0.41 |
| Hex | 1C | AF | B7 | 55 | 4 | 0 | 1C | B7 | 49 | 29 |
| Octal | 34 | 257 | 267 | 125 | 4 | 0 | 34 | 267 | 111 | 51 |
| Binary | 11100 | 10101111 | 10110111 | 1010101 | 100 | 0 | 11100 | 10110111 | 1001001 | 101001 |
Color Harmonies of #1CAFB7
Complementary color
Monochromatic Colors of #1CAFB7
Black with #1CAFB7
Text Example
Text Example
White with #1CAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFB7; }
p { color: rgb(28,175,183); }
H1.HeaderClassName
{
color: #1CAFB7;
}
.AnyTagClassName
{
color: #1CAFB7;
}
</style>
background-color css
<style>
a { background-color: #1CAFB7; }
a { background-color: rgb(28,175,183); }
div.DivClassName
{
background-color: #1CAFB7;
}
.BgClassName
{
background-color: #1CAFB7;
}
</style>
border-color css
<style>
span { border-color: #1CAFB7; }
span { border-color: rgb(28,175,183); }
td.TdClassName
{
border-color: #1CAFB7;
}
.TagClassName
{
border-color: #1CAFB7;
}
</style>