Shades of Light Sea Green #22B0BD
Tints of Light Sea Green #22B0BD
RGB
CMYK
RGB Variations
Color information
#22B0BD (or 0x22B0BD) is known color: Light Sea Green. HEX triplet: 22, B0 and BD. RGB value is (34,176,189). Sum of RGB (Red+Green+Blue) = 34+176+189=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #22B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B0BD is #DD4F42. Grayscale: #868686. Windows color (decimal): -14503747 or 12431394. OLE color: 12431394.
HSL color Cylindrical-coordinate representation of color #22B0BD: hue angle of 185.03º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B0BD is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 176 | 189 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.26 |
| HSL | 185.03º | 0.7% | 0.44% | - |
| HSV(B) | 185.03º | 0.82% | 0.74% | - |
| XYZ | 25.37 | 35.06 | 53.58 | - |
| YUV | 135.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 176 | 189 | 0.82 | 0.07 | 0 | 0.26 | 185.03 | 0.7 | 0.44 |
| Hex | 22 | B0 | BD | 52 | 7 | 0 | 1A | B9 | 46 | 2C |
| Octal | 42 | 260 | 275 | 122 | 7 | 0 | 32 | 271 | 106 | 54 |
| Binary | 100010 | 10110000 | 10111101 | 1010010 | 111 | 0 | 11010 | 10111001 | 1000110 | 101100 |
Color Harmonies of #22B0BD
Complementary color
Monochromatic Colors of #22B0BD
Black with #22B0BD
Text Example
Text Example
White with #22B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B0BD; }
p { color: rgb(34,176,189); }
H1.HeaderClassName
{
color: #22B0BD;
}
.AnyTagClassName
{
color: #22B0BD;
}
</style>
background-color css
<style>
a { background-color: #22B0BD; }
a { background-color: rgb(34,176,189); }
div.DivClassName
{
background-color: #22B0BD;
}
.BgClassName
{
background-color: #22B0BD;
}
</style>
border-color css
<style>
span { border-color: #22B0BD; }
span { border-color: rgb(34,176,189); }
td.TdClassName
{
border-color: #22B0BD;
}
.TagClassName
{
border-color: #22B0BD;
}
</style>