#22AEBB

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

Shades of Light Sea Green #22AEBB

Tints of Light Sea Green #22AEBB

Color information

#22AEBB (or 0x22AEBB) is unknown color: approx Light Sea Green. HEX triplet: 22, AE and BB. RGB value is (34,174,187). Sum of RGB (Red+Green+Blue) = 34+174+187=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #22AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AEBB is #DD5144. Grayscale: #858585. Windows color (decimal): -14504261 or 12299810. OLE color: 12299810.

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

Color convert

RGB34174187-
CMYK0.820.0700.27
HSL185.1º69.23%43.33%-
HSV(B)185.1º81.82%73.33%-
XYZ24.7734.252.31-
YUV133.62158.1256.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.61%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=8.61%
G=44.05%
B=47.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341741870.820.0700.27185.169.2343.33
Hex22AEBB52701Bb9452b
Octal42256273122703327110553
Binary10001010101110101110111010010111011011101110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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