Shades of Light Sea Green #1DAFC1
Tints of Light Sea Green #1DAFC1
RGB
CMYK
RGB Variations
Color information
#1DAFC1 (or 0x1DAFC1) is known color: Light Sea Green. HEX triplet: 1D, AF and C1. RGB value is (29,175,193). Sum of RGB (Red+Green+Blue) = 29+175+193=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFC1 is #E2503E. Grayscale: #858585. Windows color (decimal): -14831679 or 12693277. OLE color: 12693277.
HSL color Cylindrical-coordinate representation of color #1DAFC1: hue angle of 186.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAFC1 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 175 | 193 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.24 |
| HSL | 186.59º | 0.74% | 0.44% | - |
| HSV(B) | 186.59º | 0.85% | 0.76% | - |
| XYZ | 25.46 | 34.77 | 55.82 | - |
| YUV | 133.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 193 | 0.85 | 0.09 | 0 | 0.24 | 186.59 | 0.74 | 0.44 |
| Hex | 1D | AF | C1 | 55 | 9 | 0 | 18 | BB | 4A | 2C |
| Octal | 35 | 257 | 301 | 125 | 11 | 0 | 30 | 273 | 112 | 54 |
| Binary | 11101 | 10101111 | 11000001 | 1010101 | 1001 | 0 | 11000 | 10111011 | 1001010 | 101100 |
Color Harmonies of #1DAFC1
Complementary color
Monochromatic Colors of #1DAFC1
Black with #1DAFC1
Text Example
Text Example
White with #1DAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFC1; }
p { color: rgb(29,175,193); }
H1.HeaderClassName
{
color: #1DAFC1;
}
.AnyTagClassName
{
color: #1DAFC1;
}
</style>
background-color css
<style>
a { background-color: #1DAFC1; }
a { background-color: rgb(29,175,193); }
div.DivClassName
{
background-color: #1DAFC1;
}
.BgClassName
{
background-color: #1DAFC1;
}
</style>
border-color css
<style>
span { border-color: #1DAFC1; }
span { border-color: rgb(29,175,193); }
td.TdClassName
{
border-color: #1DAFC1;
}
.TagClassName
{
border-color: #1DAFC1;
}
</style>