#2AAAAB

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

Shades of Light Sea Green #2AAAAB

Tints of Light Sea Green #2AAAAB

Color information

#2AAAAB (or 0x2AAAAB) is unknown color: approx Light Sea Green. HEX triplet: 2A, AA and AB. RGB value is (42,170,171). Sum of RGB (Red+Green+Blue) = 42+170+171=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #2AAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAAB is #D55554. Grayscale: #838383. Windows color (decimal): -13981013 or 11250218. OLE color: 11250218.

HSL color Cylindrical-coordinate representation of color #2AAAAB: hue angle of 180.47º degrees, saturation: 0.61, 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 #2AAAAB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42170171-
CMYK0.750.0100.33
HSL180.47º60.56%41.76%-
HSV(B)180.47º75.44%67.06%-
XYZ22.6832.1843.54-
YUV131.84150.0963.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.97%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=10.97%
G=44.39%
B=44.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701710.750.0100.33180.4760.5641.76
Hex2AAAAB4B1021b43d2a
Octal5225225311310412647552
Binary101010101010101010101110010111010000110110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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