#28AAAE

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

Shades of Light Sea Green #28AAAE

Tints of Light Sea Green #28AAAE

Color information

#28AAAE (or 0x28AAAE) is unknown color: approx Light Sea Green. HEX triplet: 28, AA and AE. RGB value is (40,170,174). Sum of RGB (Red+Green+Blue) = 40+170+174=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #28AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAAE is #D75551. Grayscale: #838383. Windows color (decimal): -14112082 or 11446824. OLE color: 11446824.

HSL color Cylindrical-coordinate representation of color #28AAAE: hue angle of 181.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AAAE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40170174-
CMYK0.770.0200.32
HSL181.79º62.62%41.96%-
HSV(B)181.79º77.01%68.24%-
XYZ22.8932.2645.06-
YUV131.59151.9362.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.42%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=10.42%
G=44.27%
B=45.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401701740.770.0200.32181.7962.6241.96
Hex28AAAE4D2020b63f2a
Octal5025225611520402667752
Binary1010001010101010101110100110110010000010110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28AAAE; }

 p { color: rgb(40,170,174); }

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

<style>
 a { background-color: #28AAAE; }

 a { background-color: rgb(40,170,174); }

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

<style>
 span { border-color: #28AAAE; }

 span { border-color: rgb(40,170,174); }

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