#22AEBA

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

Shades of Light Sea Green #22AEBA

Tints of Light Sea Green #22AEBA

Color information

#22AEBA (or 0x22AEBA) is unknown color: approx Light Sea Green. HEX triplet: 22, AE and BA. RGB value is (34,174,186). Sum of RGB (Red+Green+Blue) = 34+174+186=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #22AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AEBA is #DD5145. Grayscale: #858585. Windows color (decimal): -14504262 or 12234274. OLE color: 12234274.

HSL color Cylindrical-coordinate representation of color #22AEBA: hue angle of 184.74º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22AEBA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34174186-
CMYK0.820.0600.27
HSL184.74º69.09%43.14%-
HSV(B)184.74º81.72%72.94%-
XYZ24.6634.1651.75-
YUV133.51157.6257.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.63%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=8.63%
G=44.16%
B=47.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341741860.820.0600.27184.7469.0943.14
Hex22AEBA52601Bb9452b
Octal42256272122603327110553
Binary10001010101110101110101010010110011011101110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,174,186); }

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

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

 a { background-color: rgb(34,174,186); }

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

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

 span { border-color: rgb(34,174,186); }

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