Html Css Color HEX #4DAE7A Ocean Green

📋 copy color: '#4DAE7A'

red 77 ◦ green 174 ◦ blue 122

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

Shades of Ocean Green #4DAE7A

Tints of Ocean Green #4DAE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.65%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 20.64%
G = 46.65%
B = 32.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#4DAE7A (or 0x4DAE7A) is known color: Ocean Green. HEX triplet: 4D, AE and 7A. RGB value is (77,174,122). Sum of RGB (Red+Green+Blue) = 77+174+122=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE7A is #B25185. Grayscale: #8B8B8B. Windows color (decimal): -11686278 or 8040013. OLE color: 8040013.

HSL color Cylindrical-coordinate representation of color #4DAE7A: hue angle of 147.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE7A is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 122 -
CMYK 0.56 0 0.30 0.32
HSL 147.84º 0.39% 0.49% -
HSV(B) 147.84º 0.56% 0.68% -
XYZ 21.71 33.26 23.69 -
YUV 139.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 77 174 122 0.56 0 0.30 0.32 147.84 0.39 0.49
Hex 4D AE 7A 38 0 1E 20 94 27 31
Octal 115 256 172 70 0 36 40 224 47 61
Binary 1001101 10101110 1111010 111000 0 11110 100000 10010100 100111 110001

Color Harmonies of #4DAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE7A

Black with #4DAE7A

Text Example


Text Example

White with #4DAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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