#4DAA7A

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

Shades of Ocean Green #4DAA7A

Tints of Ocean Green #4DAA7A

Color information

#4DAA7A (or 0x4DAA7A) is unknown color: approx Ocean Green. HEX triplet: 4D, AA and 7A. RGB value is (77,170,122). Sum of RGB (Red+Green+Blue) = 77+170+122=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA7A is #B25585. Grayscale: #888888. Windows color (decimal): -11687302 or 8038989. OLE color: 8038989.

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

Color convert

RGB77170122-
CMYK0.5500.280.33
HSL149.03º37.65%48.43%-
HSV(B)149.03º54.71%66.67%-
XYZ20.9531.7323.43-
YUV136.72119.6985.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=20.87%
G=46.07%
B=33.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771701220.5500.280.33149.0337.6548.43
Hex4DAA7A3701C21952630
Octal11525217267034412254660
Binary100110110101010111101011011101110010000110010101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,170,122); }

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

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

 a { background-color: rgb(77,170,122); }

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

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

 span { border-color: rgb(77,170,122); }

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