Shades of Light Sea Green #22BDC1
Tints of Light Sea Green #22BDC1
RGB
CMYK
RGB Variations
Color information
#22BDC1 (or 0x22BDC1) is known color: Light Sea Green. HEX triplet: 22, BD and C1. RGB value is (34,189,193). Sum of RGB (Red+Green+Blue) = 34+189+193=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #22BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BDC1 is #DD423E. Grayscale: #8E8E8E. Windows color (decimal): -14500415 or 12696866. OLE color: 12696866.
HSL color Cylindrical-coordinate representation of color #22BDC1: hue angle of 181.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BDC1 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 189 | 193 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.24 |
| HSL | 181.51º | 0.7% | 0.45% | - |
| HSV(B) | 181.51º | 0.82% | 0.76% | - |
| XYZ | 28.48 | 40.59 | 56.78 | - |
| YUV | 143.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 193 | 0.82 | 0.02 | 0 | 0.24 | 181.51 | 0.7 | 0.45 |
| Hex | 22 | BD | C1 | 52 | 2 | 0 | 18 | B6 | 46 | 2D |
| Octal | 42 | 275 | 301 | 122 | 2 | 0 | 30 | 266 | 106 | 55 |
| Binary | 100010 | 10111101 | 11000001 | 1010010 | 10 | 0 | 11000 | 10110110 | 1000110 | 101101 |
Color Harmonies of #22BDC1
Complementary color
Monochromatic Colors of #22BDC1
Black with #22BDC1
Text Example
Text Example
White with #22BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDC1; }
p { color: rgb(34,189,193); }
H1.HeaderClassName
{
color: #22BDC1;
}
.AnyTagClassName
{
color: #22BDC1;
}
</style>
background-color css
<style>
a { background-color: #22BDC1; }
a { background-color: rgb(34,189,193); }
div.DivClassName
{
background-color: #22BDC1;
}
.BgClassName
{
background-color: #22BDC1;
}
</style>
border-color css
<style>
span { border-color: #22BDC1; }
span { border-color: rgb(34,189,193); }
td.TdClassName
{
border-color: #22BDC1;
}
.TagClassName
{
border-color: #22BDC1;
}
</style>