Shades of Light Sea Green #23AEBB
Tints of Light Sea Green #23AEBB
RGB
CMYK
RGB Variations
Color information
#23AEBB (or 0x23AEBB) is known color: Light Sea Green. HEX triplet: 23, AE and BB. RGB value is (35,174,187). Sum of RGB (Red+Green+Blue) = 35+174+187=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #23AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AEBB is #DC5144. Grayscale: #858585. Windows color (decimal): -14438725 or 12299811. OLE color: 12299811.
HSL color Cylindrical-coordinate representation of color #23AEBB: hue angle of 185.13º 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 #23AEBB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 174 | 187 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.27 |
| HSL | 185.13º | 0.68% | 0.44% | - |
| HSV(B) | 185.13º | 0.81% | 0.73% | - |
| XYZ | 24.8 | 34.22 | 52.31 | - |
| YUV | 133.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 174 | 187 | 0.81 | 0.07 | 0 | 0.27 | 185.13 | 0.68 | 0.44 |
| Hex | 23 | AE | BB | 51 | 7 | 0 | 1B | B9 | 44 | 2C |
| Octal | 43 | 256 | 273 | 121 | 7 | 0 | 33 | 271 | 104 | 54 |
| Binary | 100011 | 10101110 | 10111011 | 1010001 | 111 | 0 | 11011 | 10111001 | 1000100 | 101100 |
Color Harmonies of #23AEBB
Complementary color
Monochromatic Colors of #23AEBB
Black with #23AEBB
Text Example
Text Example
White with #23AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AEBB; }
p { color: rgb(35,174,187); }
H1.HeaderClassName
{
color: #23AEBB;
}
.AnyTagClassName
{
color: #23AEBB;
}
</style>
background-color css
<style>
a { background-color: #23AEBB; }
a { background-color: rgb(35,174,187); }
div.DivClassName
{
background-color: #23AEBB;
}
.BgClassName
{
background-color: #23AEBB;
}
</style>
border-color css
<style>
span { border-color: #23AEBB; }
span { border-color: rgb(35,174,187); }
td.TdClassName
{
border-color: #23AEBB;
}
.TagClassName
{
border-color: #23AEBB;
}
</style>