Shades of Light Sea Green #22B5BD
Tints of Light Sea Green #22B5BD
RGB
CMYK
RGB Variations
Color information
#22B5BD (or 0x22B5BD) is known color: Light Sea Green. HEX triplet: 22, B5 and BD. RGB value is (34,181,189). Sum of RGB (Red+Green+Blue) = 34+181+189=404 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.42% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #22B5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B5BD is #DD4A42. Grayscale: #898989. Windows color (decimal): -14502467 or 12432674. OLE color: 12432674.
HSL color Cylindrical-coordinate representation of color #22B5BD: hue angle of 183.1º 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 #22B5BD is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 181 | 189 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.26 |
| HSL | 183.1º | 0.7% | 0.44% | - |
| HSV(B) | 183.1º | 0.82% | 0.74% | - |
| XYZ | 26.37 | 37.06 | 53.91 | - |
| YUV | 137.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 181 | 189 | 0.82 | 0.04 | 0 | 0.26 | 183.1 | 0.7 | 0.44 |
| Hex | 22 | B5 | BD | 52 | 4 | 0 | 1A | B7 | 46 | 2C |
| Octal | 42 | 265 | 275 | 122 | 4 | 0 | 32 | 267 | 106 | 54 |
| Binary | 100010 | 10110101 | 10111101 | 1010010 | 100 | 0 | 11010 | 10110111 | 1000110 | 101100 |
Color Harmonies of #22B5BD
Complementary color
Monochromatic Colors of #22B5BD
Black with #22B5BD
Text Example
Text Example
White with #22B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B5BD; }
p { color: rgb(34,181,189); }
H1.HeaderClassName
{
color: #22B5BD;
}
.AnyTagClassName
{
color: #22B5BD;
}
</style>
background-color css
<style>
a { background-color: #22B5BD; }
a { background-color: rgb(34,181,189); }
div.DivClassName
{
background-color: #22B5BD;
}
.BgClassName
{
background-color: #22B5BD;
}
</style>
border-color css
<style>
span { border-color: #22B5BD; }
span { border-color: rgb(34,181,189); }
td.TdClassName
{
border-color: #22B5BD;
}
.TagClassName
{
border-color: #22B5BD;
}
</style>