Html Css Color HEX #4DAA7F Ocean Green

📋 copy color: '#4DAA7F'

red 77 ◦ green 170 ◦ blue 127

#4DAA7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DAA7F

Tints of Ocean Green #4DAA7F

RGB

 RED value IS 77 (30.47% from 255) = 20.59%

 GREEN value IS 170 (66.8% from 255) = 45.45%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 20.59%
G = 45.45%
B = 33.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#4DAA7F (or 0x4DAA7F) is known color: Ocean Green. HEX triplet: 4D, AA and 7F. RGB value is (77,170,127). Sum of RGB (Red+Green+Blue) = 77+170+127=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA7F is #B25580. Grayscale: #898989. Windows color (decimal): -11687297 or 8366669. OLE color: 8366669.

HSL color Cylindrical-coordinate representation of color #4DAA7F: hue angle of 152.26º 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 #4DAA7F is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 170 127 -
CMYK 0.55 0 0.25 0.33
HSL 152.26º 0.38% 0.48% -
HSV(B) 152.26º 0.55% 0.67% -
XYZ 21.27 31.86 25.11 -
YUV 137.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 77 170 127 0.55 0 0.25 0.33 152.26 0.38 0.48
Hex 4D AA 7F 37 0 19 21 98 26 30
Octal 115 252 177 67 0 31 41 230 46 60
Binary 1001101 10101010 1111111 110111 0 11001 100001 10011000 100110 110000

Color Harmonies of #4DAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA7F

Black with #4DAA7F

Text Example


Text Example

White with #4DAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAA7F;
 }
 .AnyTagClassName
 {
   color: #4DAA7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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