#4DAE7B

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

Shades of Ocean Green #4DAE7B

Tints of Ocean Green #4DAE7B

Color information

#4DAE7B (or 0x4DAE7B) is unknown color: approx Ocean Green. HEX triplet: 4D, AE and 7B. RGB value is (77,174,123). Sum of RGB (Red+Green+Blue) = 77+174+123=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE7B is #B25184. Grayscale: #8B8B8B. Windows color (decimal): -11686277 or 8105549. OLE color: 8105549.

HSL color Cylindrical-coordinate representation of color #4DAE7B: hue angle of 148.45º 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 #4DAE7B is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB77174123-
CMYK0.5600.290.32
HSL148.45º38.65%49.22%-
HSV(B)148.45º55.75%68.24%-
XYZ21.7733.2824.02-
YUV139.18118.8683.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=20.59%
G=46.52%
B=32.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771741230.5600.290.32148.4538.6549.22
Hex4DAE7B3801D20942731
Octal11525617370035402244761
Binary100110110101110111101111100001110110000010010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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