Shades of Light Sea Green #1DAFBE
Tints of Light Sea Green #1DAFBE
RGB
CMYK
RGB Variations
Color information
#1DAFBE (or 0x1DAFBE) is known color: Light Sea Green. HEX triplet: 1D, AF and BE. RGB value is (29,175,190). Sum of RGB (Red+Green+Blue) = 29+175+190=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFBE is #E25041. Grayscale: #848484. Windows color (decimal): -14831682 or 12496669. OLE color: 12496669.
HSL color Cylindrical-coordinate representation of color #1DAFBE: hue angle of 185.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAFBE is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 175 | 190 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.25 |
| HSL | 185.59º | 0.74% | 0.43% | - |
| HSV(B) | 185.59º | 0.85% | 0.75% | - |
| XYZ | 25.13 | 34.64 | 54.08 | - |
| YUV | 133.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 190 | 0.85 | 0.08 | 0 | 0.25 | 185.59 | 0.74 | 0.43 |
| Hex | 1D | AF | BE | 55 | 8 | 0 | 19 | BA | 4A | 2B |
| Octal | 35 | 257 | 276 | 125 | 10 | 0 | 31 | 272 | 112 | 53 |
| Binary | 11101 | 10101111 | 10111110 | 1010101 | 1000 | 0 | 11001 | 10111010 | 1001010 | 101011 |
Color Harmonies of #1DAFBE
Complementary color
Monochromatic Colors of #1DAFBE
Black with #1DAFBE
Text Example
Text Example
White with #1DAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFBE; }
p { color: rgb(29,175,190); }
H1.HeaderClassName
{
color: #1DAFBE;
}
.AnyTagClassName
{
color: #1DAFBE;
}
</style>
background-color css
<style>
a { background-color: #1DAFBE; }
a { background-color: rgb(29,175,190); }
div.DivClassName
{
background-color: #1DAFBE;
}
.BgClassName
{
background-color: #1DAFBE;
}
</style>
border-color css
<style>
span { border-color: #1DAFBE; }
span { border-color: rgb(29,175,190); }
td.TdClassName
{
border-color: #1DAFBE;
}
.TagClassName
{
border-color: #1DAFBE;
}
</style>