#22B2BD

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

Shades of Light Sea Green #22B2BD

Tints of Light Sea Green #22B2BD

Color information

#22B2BD (or 0x22B2BD) is unknown color: approx Light Sea Green. HEX triplet: 22, B2 and BD. RGB value is (34,178,189). Sum of RGB (Red+Green+Blue) = 34+178+189=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #22B2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B2BD is #DD4D42. Grayscale: #888888. Windows color (decimal): -14503235 or 12431906. OLE color: 12431906.

HSL color Cylindrical-coordinate representation of color #22B2BD: hue angle of 184.26º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B2BD is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB34178189-
CMYK0.820.0600.26
HSL184.26º69.51%43.73%-
HSV(B)184.26º82.01%74.12%-
XYZ25.7735.8553.71-
YUV136.2157.7955.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.48%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=8.48%
G=44.39%
B=47.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal341781890.820.0600.26184.2669.5143.73
Hex22B2BD52601Ab8462c
Octal42262275122603227010654
Binary10001010110010101111011010010110011010101110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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