#4EB485

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

Shades of Ocean Green #4EB485

Tints of Ocean Green #4EB485

Color information

#4EB485 (or 0x4EB485) is unknown color: approx Ocean Green. HEX triplet: 4E, B4 and 85. RGB value is (78,180,133). Sum of RGB (Red+Green+Blue) = 78+180+133=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB485 is #B14B7A. Grayscale: #909090. Windows color (decimal): -11619195 or 8762446. OLE color: 8762446.

HSL color Cylindrical-coordinate representation of color #4EB485: hue angle of 152.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB485 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB78180133-
CMYK0.5700.260.29
HSL152.35º40.48%50.59%-
HSV(B)152.35º56.67%70.59%-
XYZ23.735.9627.88-
YUV144.14121.7180.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.95%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=19.95%
G=46.04%
B=34.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801330.5700.260.29152.3540.4850.59
Hex4EB4853901A1D982833
Octal11626420571032352305063
Binary100111010110100100001011110010110101110110011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,133); }

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

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

 a { background-color: rgb(78,180,133); }

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

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

 span { border-color: rgb(78,180,133); }

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