#22BBAE

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

Shades of Light Sea Green #22BBAE

Tints of Light Sea Green #22BBAE

Color information

#22BBAE (or 0x22BBAE) is unknown color: approx Light Sea Green. HEX triplet: 22, BB and AE. RGB value is (34,187,174). Sum of RGB (Red+Green+Blue) = 34+187+174=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #22BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BBAE is #DD4451. Grayscale: #8B8B8B. Windows color (decimal): -14500946 or 11451170. OLE color: 11451170.

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

Color convert

RGB34187174-
CMYK0.8200.070.27
HSL174.9º69.23%43.33%-
HSV(B)174.9º81.82%73.33%-
XYZ26.0738.9446.19-
YUV139.77147.3152.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341871740.8200.070.27174.969.2343.33
Hex22BBAE52071Baf452b
Octal42273256122073325710553
Binary10001010111011101011101010010011111011101011111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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