#4DAC7E

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

Shades of Ocean Green #4DAC7E

Tints of Ocean Green #4DAC7E

Color information

#4DAC7E (or 0x4DAC7E) is unknown color: approx Ocean Green. HEX triplet: 4D, AC and 7E. RGB value is (77,172,126). Sum of RGB (Red+Green+Blue) = 77+172+126=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7E is #B25381. Grayscale: #8A8A8A. Windows color (decimal): -11686786 or 8301645. OLE color: 8301645.

HSL color Cylindrical-coordinate representation of color #4DAC7E: hue angle of 150.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC7E is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB77172126-
CMYK0.5500.270.33
HSL150.95º38.15%48.82%-
HSV(B)150.95º55.23%67.45%-
XYZ21.5832.5924.89-
YUV138.35121.0384.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.53%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=20.53%
G=45.87%
B=33.6%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771721260.5500.270.33150.9538.1548.82
Hex4DAC7E3701B21972631
Octal11525417667033412274661
Binary100110110101100111111011011101101110000110010111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,172,126); }

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

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

 a { background-color: rgb(77,172,126); }

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

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

 span { border-color: rgb(77,172,126); }

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