#28A9AE

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

Shades of Light Sea Green #28A9AE

Tints of Light Sea Green #28A9AE

Color information

#28A9AE (or 0x28A9AE) is unknown color: approx Light Sea Green. HEX triplet: 28, A9 and AE. RGB value is (40,169,174). Sum of RGB (Red+Green+Blue) = 40+169+174=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #28A9AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A9AE is #D75651. Grayscale: #828282. Windows color (decimal): -14112338 or 11446568. OLE color: 11446568.

HSL color Cylindrical-coordinate representation of color #28A9AE: hue angle of 182.24º 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 #28A9AE is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40169174-
CMYK0.770.0300.32
HSL182.24º62.62%41.96%-
HSV(B)182.24º77.01%68.24%-
XYZ22.731.8845-
YUV131152.2663.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.44%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=10.44%
G=44.13%
B=45.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401691740.770.0300.32182.2462.6241.96
Hex28A9AE4D3020b63f2a
Octal5025125611530402667752
Binary1010001010100110101110100110111010000010110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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