Shades of Light Sea Green #23ADBB
Tints of Light Sea Green #23ADBB
RGB
CMYK
RGB Variations
Color information
#23ADBB (or 0x23ADBB) is known color: Light Sea Green. HEX triplet: 23, AD and BB. RGB value is (35,173,187). Sum of RGB (Red+Green+Blue) = 35+173+187=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #23ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADBB is #DC5244. Grayscale: #858585. Windows color (decimal): -14438981 or 12299555. OLE color: 12299555.
HSL color Cylindrical-coordinate representation of color #23ADBB: hue angle of 185.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23ADBB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 35 | 173 | 187 | - |
CMYK | 0.81 | 0.07 | 0 | 0.27 |
HSL | 185.53º | 0.68% | 0.44% | - |
HSV(B) | 185.53º | 0.81% | 0.73% | - |
XYZ | 24.61 | 33.83 | 52.25 | - |
YUV | 133.33 | 158.28 | 57.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 173 | 187 | 0.81 | 0.07 | 0 | 0.27 | 185.53 | 0.68 | 0.44 |
Hex | 23 | AD | BB | 51 | 7 | 0 | 1B | BA | 44 | 2C |
Octal | 43 | 255 | 273 | 121 | 7 | 0 | 33 | 272 | 104 | 54 |
Binary | 100011 | 10101101 | 10111011 | 1010001 | 111 | 0 | 11011 | 10111010 | 1000100 | 101100 |
Color Harmonies of #23ADBB
Complementary color
Monochromatic Colors of #23ADBB
Black with #23ADBB
Text Example
Text Example
White with #23ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADBB; }
p { color: rgb(35,173,187); }
H1.HeaderClassName
{
color: #23ADBB;
}
.AnyTagClassName
{
color: #23ADBB;
}
</style>
background-color css
<style>
a { background-color: #23ADBB; }
a { background-color: rgb(35,173,187); }
div.DivClassName
{
background-color: #23ADBB;
}
.BgClassName
{
background-color: #23ADBB;
}
</style>
border-color css
<style>
span { border-color: #23ADBB; }
span { border-color: rgb(35,173,187); }
td.TdClassName
{
border-color: #23ADBB;
}
.TagClassName
{
border-color: #23ADBB;
}
</style>