#22C6AB

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

Shades of Light Sea Green #22C6AB

Tints of Light Sea Green #22C6AB

Color information

#22C6AB (or 0x22C6AB) is unknown color: approx Light Sea Green. HEX triplet: 22, C6 and AB. RGB value is (34,198,171). Sum of RGB (Red+Green+Blue) = 34+198+171=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #22C6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C6AB is #DD3954. Grayscale: #919191. Windows color (decimal): -14498133 or 11257378. OLE color: 11257378.

HSL color Cylindrical-coordinate representation of color #22C6AB: hue angle of 170.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C6AB is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB34198171-
CMYK0.8300.140.22
HSL170.12º70.69%45.49%-
HSV(B)170.12º82.83%77.65%-
XYZ28.243.6745.47-
YUV145.89142.1748.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.44%
GREEN value IS 198 (77.73% from 255) = 49.13%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=8.44%
G=49.13%
B=42.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal341981710.8300.140.22170.1270.6945.49
Hex22C6AB530E16aa472d
Octal423062531230162625210755
Binary100010110001101010101110100110111010110101010101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,198,171); }

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

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

 a { background-color: rgb(34,198,171); }

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

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

 span { border-color: rgb(34,198,171); }

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