Shades of Light Sea Green #0FADB3
Tints of Light Sea Green #0FADB3
RGB
CMYK
RGB Variations
Color information
#0FADB3 (or 0x0FADB3) is known color: Light Sea Green. HEX triplet: 0F, AD and B3. RGB value is (15,173,179). Sum of RGB (Red+Green+Blue) = 15+173+179=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #0FADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADB3 is #F0524C. Grayscale: #7E7E7E. Windows color (decimal): -15749709 or 11775247. OLE color: 11775247.
HSL color Cylindrical-coordinate representation of color #0FADB3: hue angle of 182.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FADB3 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 173 | 179 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.30 |
| HSL | 182.2º | 0.85% | 0.38% | - |
| HSV(B) | 182.2º | 0.92% | 0.7% | - |
| XYZ | 23.28 | 33.24 | 47.84 | - |
| YUV | 126.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 179 | 0.92 | 0.03 | 0 | 0.30 | 182.2 | 0.85 | 0.38 |
| Hex | F | AD | B3 | 5C | 3 | 0 | 1E | B6 | 55 | 26 |
| Octal | 17 | 255 | 263 | 134 | 3 | 0 | 36 | 266 | 125 | 46 |
| Binary | 1111 | 10101101 | 10110011 | 1011100 | 11 | 0 | 11110 | 10110110 | 1010101 | 100110 |
Color Harmonies of #0FADB3
Complementary color
Monochromatic Colors of #0FADB3
Black with #0FADB3
Text Example
Text Example
White with #0FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADB3; }
p { color: rgb(15,173,179); }
H1.HeaderClassName
{
color: #0FADB3;
}
.AnyTagClassName
{
color: #0FADB3;
}
</style>
background-color css
<style>
a { background-color: #0FADB3; }
a { background-color: rgb(15,173,179); }
div.DivClassName
{
background-color: #0FADB3;
}
.BgClassName
{
background-color: #0FADB3;
}
</style>
border-color css
<style>
span { border-color: #0FADB3; }
span { border-color: rgb(15,173,179); }
td.TdClassName
{
border-color: #0FADB3;
}
.TagClassName
{
border-color: #0FADB3;
}
</style>