#28AEA7

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

Shades of Light Sea Green #28AEA7

Tints of Light Sea Green #28AEA7

Color information

#28AEA7 (or 0x28AEA7) is unknown color: approx Light Sea Green. HEX triplet: 28, AE and A7. RGB value is (40,174,167). Sum of RGB (Red+Green+Blue) = 40+174+167=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #28AEA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AEA7 is #D75158. Grayscale: #858585. Windows color (decimal): -14111065 or 10989096. OLE color: 10989096.

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

Color convert

RGB40174167-
CMYK0.7700.040.32
HSL176.87º62.62%41.96%-
HSV(B)176.87º77.01%68.24%-
XYZ22.9933.5141.82-
YUV133.14147.1161.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.50%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 167 (65.62% from 255) = 43.83%
R=10.50%
G=45.67%
B=43.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401741670.7700.040.32176.8762.6241.96
Hex28AEA74D0420b13f2a
Octal5025624711504402617752
Binary10100010101110101001111001101010010000010110001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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