#22B2BE

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

Shades of Light Sea Green #22B2BE

Tints of Light Sea Green #22B2BE

Color information

#22B2BE (or 0x22B2BE) is unknown color: approx Light Sea Green. HEX triplet: 22, B2 and BE. RGB value is (34,178,190). Sum of RGB (Red+Green+Blue) = 34+178+190=402 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.46% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #22B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B2BE is #DD4D41. Grayscale: #888888. Windows color (decimal): -14503234 or 12497442. OLE color: 12497442.

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

Color convert

RGB34178190-
CMYK0.820.0600.25
HSL184.62º69.64%43.92%-
HSV(B)184.62º82.11%74.51%-
XYZ25.8735.954.28-
YUV136.31158.2955.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.46%
GREEN value IS 178 (69.92% from 255) = 44.28%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=8.46%
G=44.28%
B=47.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341781900.820.0600.25184.6269.6443.92
Hex22B2BE526019b9462c
Octal42262276122603127110654
Binary10001010110010101111101010010110011001101110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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