#4EB286

Color #4EB286 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4EB286

Tints of Ocean Green #4EB286

Color information

#4EB286 (or 0x4EB286) is unknown color: approx Ocean Green. HEX triplet: 4E, B2 and 86. RGB value is (78,178,134). Sum of RGB (Red+Green+Blue) = 78+178+134=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB286 is #B14D79. Grayscale: #8F8F8F. Windows color (decimal): -11619706 or 8827470. OLE color: 8827470.

HSL color Cylindrical-coordinate representation of color #4EB286: hue angle of 153.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB286 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB78178134-
CMYK0.5600.250.30
HSL153.6º39.37%50.2%-
HSV(B)153.6º56.18%69.8%-
XYZ23.3735.1828.11-
YUV143.08122.8781.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=20%
G=45.64%
B=34.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781340.5600.250.30153.639.3750.2
Hex4EB286380191E9a2732
Octal11626220670031362324762
Binary100111010110010100001101110000110011111010011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EB286; }

 p { color: rgb(78,178,134); }

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

<style>
 a { background-color: #4EB286; }

 a { background-color: rgb(78,178,134); }

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

<style>
 span { border-color: #4EB286; }

 span { border-color: rgb(78,178,134); }

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