#22BEBF

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

Shades of Light Sea Green #22BEBF

Tints of Light Sea Green #22BEBF

Color information

#22BEBF (or 0x22BEBF) is unknown color: approx Light Sea Green. HEX triplet: 22, BE and BF. RGB value is (34,190,191). Sum of RGB (Red+Green+Blue) = 34+190+191=415 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.19% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #22BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BEBF is #DD4140. Grayscale: #8F8F8F. Windows color (decimal): -14500161 or 12566050. OLE color: 12566050.

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

Color convert

RGB34190191-
CMYK0.820.0100.25
HSL180.38º69.78%44.12%-
HSV(B)180.38º82.2%74.9%-
XYZ28.4840.9355.69-
YUV143.47154.8249.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.19%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 191 (75% from 255) = 46.02%
R=8.19%
G=45.78%
B=46.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341901910.820.0100.25180.3869.7844.12
Hex22BEBF521019b4462c
Octal42276277122103126410654
Binary100010101111101011111110100101011001101101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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