Html Css Color HEX #22A5A6 Light Sea Green

📋 copy color: '#22A5A6'

red 34 ◦ green 165 ◦ blue 166

#22A5A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #22A5A6

Tints of Light Sea Green #22A5A6

RGB

 RED value IS 34 (13.67% from 255) = 9.32%

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 9.32%
G = 45.21%
B = 45.48%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#22A5A6 (or 0x22A5A6) is known color: Light Sea Green. HEX triplet: 22, A5 and A6. RGB value is (34,165,166). Sum of RGB (Red+Green+Blue) = 34+165+166=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #22A5A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A5A6 is #DD5A59. Grayscale: #7D7D7D. Windows color (decimal): -14506586 or 10921250. OLE color: 10921250.

HSL color Cylindrical-coordinate representation of color #22A5A6: hue angle of 180.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A5A6 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 165 166 -
CMYK 0.80 0.01 0 0.35
HSL 180.45º 0.66% 0.39% -
HSV(B) 180.45º 0.8% 0.65% -
XYZ 21 30 40.76 -
YUV 125.95 150.6 62.42 -
System Red Green Blue C M Y K H S L
Decimal 34 165 166 0.80 0.01 0 0.35 180.45 0.66 0.39
Hex 22 A5 A6 50 1 0 23 B4 42 27
Octal 42 245 246 120 1 0 43 264 102 47
Binary 100010 10100101 10100110 1010000 1 0 100011 10110100 1000010 100111

Color Harmonies of #22A5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22A5A6

Black with #22A5A6

Text Example


Text Example

White with #22A5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #22A5A6;
 }
 .AnyTagClassName
 {
   color: #22A5A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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