#2AA5AA

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

Shades of Light Sea Green #2AA5AA

Tints of Light Sea Green #2AA5AA

Color information

#2AA5AA (or 0x2AA5AA) is unknown color: approx Light Sea Green. HEX triplet: 2A, A5 and AA. RGB value is (42,165,170). Sum of RGB (Red+Green+Blue) = 42+165+170=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #2AA5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA5AA is #D55A55. Grayscale: #808080. Windows color (decimal): -13982294 or 11183402. OLE color: 11183402.

HSL color Cylindrical-coordinate representation of color #2AA5AA: hue angle of 182.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA5AA is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42165170-
CMYK0.750.0300.33
HSL182.34º60.38%41.57%-
HSV(B)182.34º75.29%66.67%-
XYZ21.6730.342.74-
YUV128.79151.2566.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=11.14%
G=43.77%
B=45.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421651700.750.0300.33182.3460.3841.57
Hex2AA5AA4B3021b63c2a
Octal5224525211330412667452
Binary1010101010010110101010100101111010000110110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA5AA; }

 p { color: rgb(42,165,170); }

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

<style>
 a { background-color: #2AA5AA; }

 a { background-color: rgb(42,165,170); }

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

<style>
 span { border-color: #2AA5AA; }

 span { border-color: rgb(42,165,170); }

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