#288E5E

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

Shades of Sea Green #288E5E

Tints of Sea Green #288E5E

Color information

#288E5E (or 0x288E5E) is unknown color: approx Sea Green. HEX triplet: 28, 8E and 5E. RGB value is (40,142,94). Sum of RGB (Red+Green+Blue) = 40+142+94=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #288E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E5E is #D771A1. Grayscale: #6A6A6A. Windows color (decimal): -14119330 or 6196776. OLE color: 6196776.

HSL color Cylindrical-coordinate representation of color #288E5E: hue angle of 151.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E5E is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB4014294-
CMYK0.7200.340.44
HSL151.76º56.04%35.69%-
HSV(B)151.76º71.83%55.69%-
XYZ12.5720.6113.9-
YUV106.03121.2180.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=14.49%
G=51.45%
B=34.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40142940.7200.340.44151.7656.0435.69
Hex288E5E480222C983824
Octal50216136110042542307044
Binary1010001000111010111101001000010001010110010011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288E5E; }

 p { color: rgb(40,142,94); }

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

<style>
 a { background-color: #288E5E; }

 a { background-color: rgb(40,142,94); }

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

<style>
 span { border-color: #288E5E; }

 span { border-color: rgb(40,142,94); }

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