#22BEC3

Color #22BEC3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #22BEC3

Tints of Light Sea Green #22BEC3

Color information

#22BEC3 (or 0x22BEC3) is unknown color: approx Light Sea Green. HEX triplet: 22, BE and C3. RGB value is (34,190,195). Sum of RGB (Red+Green+Blue) = 34+190+195=419 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.11% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #22BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BEC3 is #DD413C. Grayscale: #8F8F8F. Windows color (decimal): -14500157 or 12828194. OLE color: 12828194.

HSL color Cylindrical-coordinate representation of color #22BEC3: hue angle of 181.86º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BEC3 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB34190195-
CMYK0.830.0300.24
HSL181.86º70.31%44.9%-
HSV(B)181.86º82.56%76.47%-
XYZ28.9241.1158.04-
YUV143.93156.8249.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.11%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 195 (76.56% from 255) = 46.54%
R=8.11%
G=45.35%
B=46.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341901950.830.0300.24181.8670.3144.9
Hex22BEC3533018b6462d
Octal42276303123303026610655
Binary1000101011111011000011101001111011000101101101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BEC3; }

 p { color: rgb(34,190,195); }

 H1.HeaderClassName
 {
   color: #22BEC3;
 }
 .AnyTagClassName
 {
   color: #22BEC3;
 }
</style>
background-color css

<style>
 a { background-color: #22BEC3; }

 a { background-color: rgb(34,190,195); }

 div.DivClassName
 {
   background-color: #22BEC3;
 }
 .BgClassName
 {
   background-color: #22BEC3;
 }
</style>
border-color css

<style>
 span { border-color: #22BEC3; }

 span { border-color: rgb(34,190,195); }

 td.TdClassName
 {
   border-color: #22BEC3;
 }
 .TagClassName
 {
   border-color: #22BEC3;
 }
</style>