Html Css Color HEX #4DA07E Ocean Green

📋 copy color: '#4DA07E'

red 77 ◦ green 160 ◦ blue 126

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

Shades of Ocean Green #4DA07E

Tints of Ocean Green #4DA07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 21.21%
G = 44.08%
B = 34.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#4DA07E (or 0x4DA07E) is known color: Ocean Green. HEX triplet: 4D, A0 and 7E. RGB value is (77,160,126). Sum of RGB (Red+Green+Blue) = 77+160+126=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA07E is #B25F81. Grayscale: #838383. Windows color (decimal): -11689858 or 8298573. OLE color: 8298573.

HSL color Cylindrical-coordinate representation of color #4DA07E: hue angle of 155.42º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA07E is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 160 126 -
CMYK 0.52 0 0.21 0.37
HSL 155.42º 0.35% 0.46% -
HSV(B) 155.42º 0.52% 0.63% -
XYZ 19.4 28.23 24.16 -
YUV 131.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 77 160 126 0.52 0 0.21 0.37 155.42 0.35 0.46
Hex 4D A0 7E 34 0 15 25 9B 23 2E
Octal 115 240 176 64 0 25 45 233 43 56
Binary 1001101 10100000 1111110 110100 0 10101 100101 10011011 100011 101110

Color Harmonies of #4DA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA07E

Black with #4DA07E

Text Example


Text Example

White with #4DA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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