#2aadb2

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

Shades of Light Sea Green #2AADB2

Tints of Light Sea Green #2AADB2

Color information

#2AADB2 (or 0x2AADB2) is unknown color: approx Light Sea Green. HEX triplet: 2A, AD and B2. RGB value is (42,173,178). Sum of RGB (Red+Green+Blue) = 42+173+178=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #2AADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADB2 is #D5524D. Grayscale: #868686. Windows color (decimal): -13980238 or 11709738. OLE color: 11709738.

HSL color Cylindrical-coordinate representation of color #2AADB2: hue angle of 182.21º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AADB2 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB42173178-
CMYK0.760.0300.30
HSL182.21º61.82%43.14%-
HSV(B)182.21º76.4%69.8%-
XYZ23.9333.5947.34-
YUV134.4152.662.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.69%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 178 (69.92% from 255) = 45.29%
R=10.69%
G=44.02%
B=45.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal421731780.760.0300.30182.2161.8243.14
Hex2AADB24C301Eb63e2b
Octal5225526211430362667653
Binary101010101011011011001010011001101111010110110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aadb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,173,178); }

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

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

 a { background-color: rgb(42,173,178); }

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

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

 span { border-color: rgb(42,173,178); }

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