#4DA97E

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

Shades of Ocean Green #4DA97E

Tints of Ocean Green #4DA97E

Color information

#4DA97E (or 0x4DA97E) is unknown color: approx Ocean Green. HEX triplet: 4D, A9 and 7E. RGB value is (77,169,126). Sum of RGB (Red+Green+Blue) = 77+169+126=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA97E is #B25681. Grayscale: #888888. Windows color (decimal): -11687554 or 8300877. OLE color: 8300877.

HSL color Cylindrical-coordinate representation of color #4DA97E: hue angle of 151.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA97E is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB77169126-
CMYK0.5400.250.34
HSL151.96º37.4%48.24%-
HSV(B)151.96º54.44%66.27%-
XYZ21.0131.4624.7-
YUV136.59122.0285.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 169 (66.41% from 255) = 45.43%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=20.70%
G=45.43%
B=33.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691260.5400.250.34151.9637.448.24
Hex4DA97E3601922982530
Octal11525117666031422304560
Binary100110110101001111111011011001100110001010011000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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