#2AAEBB

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

Shades of Light Sea Green #2AAEBB

Tints of Light Sea Green #2AAEBB

Color information

#2AAEBB (or 0x2AAEBB) is unknown color: approx Light Sea Green. HEX triplet: 2A, AE and BB. RGB value is (42,174,187). Sum of RGB (Red+Green+Blue) = 42+174+187=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AAEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBB is #D55144. Grayscale: #878787. Windows color (decimal): -13979973 or 12299818. OLE color: 12299818.

HSL color Cylindrical-coordinate representation of color #2AAEBB: hue angle of 185.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAEBB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42174187-
CMYK0.780.0700.27
HSL185.38º63.32%44.9%-
HSV(B)185.38º77.54%73.33%-
XYZ25.0634.3552.32-
YUV136.01156.7760.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.42%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=10.42%
G=43.18%
B=46.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421741870.780.0700.27185.3863.3244.9
Hex2AAEBB4E701Bb93f2d
Octal5225627311670332717755
Binary1010101010111010111011100111011101101110111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,174,187); }

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

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

 a { background-color: rgb(42,174,187); }

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

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

 span { border-color: rgb(42,174,187); }

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