#28A8A7

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

Shades of Light Sea Green #28A8A7

Tints of Light Sea Green #28A8A7

Color information

#28A8A7 (or 0x28A8A7) is unknown color: approx Light Sea Green. HEX triplet: 28, A8 and A7. RGB value is (40,168,167). Sum of RGB (Red+Green+Blue) = 40+168+167=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #28A8A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A8A7 is #D75758. Grayscale: #818181. Windows color (decimal): -14112601 or 10987560. OLE color: 10987560.

HSL color Cylindrical-coordinate representation of color #28A8A7: hue angle of 179.53º 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 #28A8A7 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB40168167-
CMYK0.7600.010.34
HSL179.53º61.54%40.78%-
HSV(B)179.53º76.19%65.88%-
XYZ21.8531.2541.44-
YUV129.61149.0964.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.67%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=10.67%
G=44.8%
B=44.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal401681670.7600.010.34179.5361.5440.78
Hex28A8A74C0122b43e29
Octal5025024711401422647651
Binary101000101010001010011110011000110001010110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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