#22B9C0

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

Shades of Light Sea Green #22B9C0

Tints of Light Sea Green #22B9C0

Color information

#22B9C0 (or 0x22B9C0) is unknown color: approx Light Sea Green. HEX triplet: 22, B9 and C0. RGB value is (34,185,192). Sum of RGB (Red+Green+Blue) = 34+185+192=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #22B9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B9C0 is #DD463F. Grayscale: #8C8C8C. Windows color (decimal): -14501440 or 12630306. OLE color: 12630306.

HSL color Cylindrical-coordinate representation of color #22B9C0: hue angle of 182.66º degrees, saturation: 0.7, 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 #22B9C0 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34185192-
CMYK0.820.0400.25
HSL182.66º69.91%44.31%-
HSV(B)182.66º82.29%75.29%-
XYZ27.5238.8455.92-
YUV140.65156.9751.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.27%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=8.27%
G=45.01%
B=46.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341851920.820.0400.25182.6669.9144.31
Hex22B9C0524019b7462c
Octal42271300122403126710654
Binary10001010111001110000001010010100011001101101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,185,192); }

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

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

 a { background-color: rgb(34,185,192); }

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

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

 span { border-color: rgb(34,185,192); }

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