#4EAF78

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

Shades of Ocean Green #4EAF78

Tints of Ocean Green #4EAF78

Color information

#4EAF78 (or 0x4EAF78) is unknown color: approx Ocean Green. HEX triplet: 4E, AF and 78. RGB value is (78,175,120). Sum of RGB (Red+Green+Blue) = 78+175+120=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF78 is #B15087. Grayscale: #8B8B8B. Windows color (decimal): -11620488 or 7909198. OLE color: 7909198.

HSL color Cylindrical-coordinate representation of color #4EAF78: hue angle of 145.98º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF78 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB78175120-
CMYK0.5500.310.31
HSL145.98º38.34%49.61%-
HSV(B)145.98º55.43%68.63%-
XYZ21.8633.6423.11-
YUV139.73116.8683.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=20.91%
G=46.92%
B=32.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751200.5500.310.31145.9838.3449.61
Hex4EAF783701F1F922632
Octal11625717067037372224662
Binary10011101010111111110001101110111111111110010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,120); }

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

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

 a { background-color: rgb(78,175,120); }

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

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

 span { border-color: rgb(78,175,120); }

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