#28A6A0

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

Shades of Light Sea Green #28A6A0

Tints of Light Sea Green #28A6A0

Color information

#28A6A0 (or 0x28A6A0) is unknown color: approx Light Sea Green. HEX triplet: 28, A6 and A0. RGB value is (40,166,160). Sum of RGB (Red+Green+Blue) = 40+166+160=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #28A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6A0 is #D7595F. Grayscale: #7F7F7F. Windows color (decimal): -14113120 or 10528296. OLE color: 10528296.

HSL color Cylindrical-coordinate representation of color #28A6A0: hue angle of 177.14º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A6A0 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB40166160-
CMYK0.7600.040.35
HSL177.14º61.17%40.39%-
HSV(B)177.14º75.9%65.1%-
XYZ20.8630.2638-
YUV127.64146.2665.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.93%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 160 (62.89% from 255) = 43.72%
R=10.93%
G=45.36%
B=43.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401661600.7600.040.35177.1461.1740.39
Hex28A6A04C0423b13d28
Octal5024624011404432617550
Binary10100010100110101000001001100010010001110110001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,166,160); }

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

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

 a { background-color: rgb(40,166,160); }

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

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

 span { border-color: rgb(40,166,160); }

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