#22A6AD

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

Shades of Light Sea Green #22A6AD

Tints of Light Sea Green #22A6AD

Color information

#22A6AD (or 0x22A6AD) is unknown color: approx Light Sea Green. HEX triplet: 22, A6 and AD. RGB value is (34,166,173). Sum of RGB (Red+Green+Blue) = 34+166+173=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #22A6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A6AD is #DD5952. Grayscale: #7F7F7F. Windows color (decimal): -14506323 or 11380258. OLE color: 11380258.

HSL color Cylindrical-coordinate representation of color #22A6AD: hue angle of 183.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A6AD is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34166173-
CMYK0.800.0400.32
HSL183.02º67.15%40.59%-
HSV(B)183.02º80.35%67.84%-
XYZ21.8430.6344.3-
YUV127.33153.7761.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.12%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=9.12%
G=44.50%
B=46.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341661730.800.0400.32183.0267.1540.59
Hex22A6AD504020b74329
Octal42246255120404026710351
Binary100010101001101010110110100001000100000101101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,166,173); }

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

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

 a { background-color: rgb(34,166,173); }

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

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

 span { border-color: rgb(34,166,173); }

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