#28A89F

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

Shades of Light Sea Green #28A89F

Tints of Light Sea Green #28A89F

Color information

#28A89F (or 0x28A89F) is unknown color: approx Light Sea Green. HEX triplet: 28, A8 and 9F. RGB value is (40,168,159). Sum of RGB (Red+Green+Blue) = 40+168+159=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #28A89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A89F is #D75760. Grayscale: #808080. Windows color (decimal): -14112609 or 10463272. OLE color: 10463272.

HSL color Cylindrical-coordinate representation of color #28A89F: hue angle of 175.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A89F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB40168159-
CMYK0.7600.050.34
HSL175.78º61.54%40.78%-
HSV(B)175.78º76.19%65.88%-
XYZ21.1430.9637.66-
YUV128.7145.0964.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.90%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=10.90%
G=45.78%
B=43.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal401681590.7600.050.34175.7861.5440.78
Hex28A89F4C0522b03e29
Octal5025023711405422607651
Binary10100010101000100111111001100010110001010110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,168,159); }

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

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

 a { background-color: rgb(40,168,159); }

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

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

 span { border-color: rgb(40,168,159); }

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