Shades of Light Sea Green #23BBA3
Tints of Light Sea Green #23BBA3
RGB
CMYK
RGB Variations
Color information
#23BBA3 (or 0x23BBA3) is known color: Light Sea Green. HEX triplet: 23, BB and A3. RGB value is (35,187,163). Sum of RGB (Red+Green+Blue) = 35+187+163=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #23BBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BBA3 is #DC445C. Grayscale: #8A8A8A. Windows color (decimal): -14435421 or 10730275. OLE color: 10730275.
HSL color Cylindrical-coordinate representation of color #23BBA3: hue angle of 170.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 #23BBA3 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 35 | 187 | 163 | - |
CMYK | 0.81 | 0 | 0.13 | 0.27 |
HSL | 170.53º | 0.68% | 0.44% | - |
HSV(B) | 170.53º | 0.81% | 0.73% | - |
XYZ | 25.07 | 38.54 | 40.77 | - |
YUV | 138.82 | 141.64 | 53.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 187 | 163 | 0.81 | 0 | 0.13 | 0.27 | 170.53 | 0.68 | 0.44 |
Hex | 23 | BB | A3 | 51 | 0 | D | 1B | AB | 44 | 2C |
Octal | 43 | 273 | 243 | 121 | 0 | 15 | 33 | 253 | 104 | 54 |
Binary | 100011 | 10111011 | 10100011 | 1010001 | 0 | 1101 | 11011 | 10101011 | 1000100 | 101100 |
Color Harmonies of #23BBA3
Complementary color
Monochromatic Colors of #23BBA3
Black with #23BBA3
Text Example
Text Example
White with #23BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBA3; }
p { color: rgb(35,187,163); }
H1.HeaderClassName
{
color: #23BBA3;
}
.AnyTagClassName
{
color: #23BBA3;
}
</style>
background-color css
<style>
a { background-color: #23BBA3; }
a { background-color: rgb(35,187,163); }
div.DivClassName
{
background-color: #23BBA3;
}
.BgClassName
{
background-color: #23BBA3;
}
</style>
border-color css
<style>
span { border-color: #23BBA3; }
span { border-color: rgb(35,187,163); }
td.TdClassName
{
border-color: #23BBA3;
}
.TagClassName
{
border-color: #23BBA3;
}
</style>