#28AE9E

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

Shades of Light Sea Green #28AE9E

Tints of Light Sea Green #28AE9E

Color information

#28AE9E (or 0x28AE9E) is unknown color: approx Light Sea Green. HEX triplet: 28, AE and 9E. RGB value is (40,174,158). Sum of RGB (Red+Green+Blue) = 40+174+158=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE9E is #D75161. Grayscale: #848484. Windows color (decimal): -14111074 or 10399272. OLE color: 10399272.

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

Color convert

RGB40174158-
CMYK0.7700.090.32
HSL172.84º62.62%41.96%-
HSV(B)172.84º77.01%68.24%-
XYZ22.1833.1937.59-
YUV132.11142.6162.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.75%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=10.75%
G=46.77%
B=42.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401741580.7700.090.32172.8462.6241.96
Hex28AE9E4D0920ad3f2a
Octal50256236115011402557752
Binary101000101011101001111010011010100110000010101101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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