Shades of Light Sea Green #23BFB2
Tints of Light Sea Green #23BFB2
RGB
CMYK
RGB Variations
Color information
#23BFB2 (or 0x23BFB2) is known color: Light Sea Green. HEX triplet: 23, BF and B2. RGB value is (35,191,178). Sum of RGB (Red+Green+Blue) = 35+191+178=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #23BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BFB2 is #DC404D. Grayscale: #8E8E8E. Windows color (decimal): -14434382 or 11714339. OLE color: 11714339.
HSL color Cylindrical-coordinate representation of color #23BFB2: hue angle of 175º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BFB2 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 178 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.25 |
| HSL | 175º | 0.69% | 0.44% | - |
| HSV(B) | 175º | 0.82% | 0.75% | - |
| XYZ | 27.36 | 40.83 | 48.56 | - |
| YUV | 142.87 | 147.82 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 178 | 0.82 | 0 | 0.07 | 0.25 | 175 | 0.69 | 0.44 |
| Hex | 23 | BF | B2 | 52 | 0 | 7 | 19 | AF | 45 | 2C |
| Octal | 43 | 277 | 262 | 122 | 0 | 7 | 31 | 257 | 105 | 54 |
| Binary | 100011 | 10111111 | 10110010 | 1010010 | 0 | 111 | 11001 | 10101111 | 1000101 | 101100 |
Color Harmonies of #23BFB2
Complementary color
Monochromatic Colors of #23BFB2
Black with #23BFB2
Text Example
Text Example
White with #23BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFB2; }
p { color: rgb(35,191,178); }
H1.HeaderClassName
{
color: #23BFB2;
}
.AnyTagClassName
{
color: #23BFB2;
}
</style>
background-color css
<style>
a { background-color: #23BFB2; }
a { background-color: rgb(35,191,178); }
div.DivClassName
{
background-color: #23BFB2;
}
.BgClassName
{
background-color: #23BFB2;
}
</style>
border-color css
<style>
span { border-color: #23BFB2; }
span { border-color: rgb(35,191,178); }
td.TdClassName
{
border-color: #23BFB2;
}
.TagClassName
{
border-color: #23BFB2;
}
</style>