#22b5bf

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

Shades of Light Sea Green #22B5BF

Tints of Light Sea Green #22B5BF

Color information

#22B5BF (or 0x22B5BF) is unknown color: approx Light Sea Green. HEX triplet: 22, B5 and BF. RGB value is (34,181,191). Sum of RGB (Red+Green+Blue) = 34+181+191=406 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.37% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #22B5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B5BF is #DD4A40. Grayscale: #8A8A8A. Windows color (decimal): -14502465 or 12563746. OLE color: 12563746.

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

Color convert

RGB34181191-
CMYK0.820.0500.25
HSL183.82º69.78%44.12%-
HSV(B)183.82º82.2%74.9%-
XYZ26.5937.1555.06-
YUV138.19157.853.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.37%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 191 (75% from 255) = 47.04%
R=8.37%
G=44.58%
B=47.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341811910.820.0500.25183.8269.7844.12
Hex22B5BF525019b8462c
Octal42265277122503127010654
Binary10001010110101101111111010010101011001101110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22b5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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