#4EAF75

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

Shades of Ocean Green #4EAF75

Tints of Ocean Green #4EAF75

Color information

#4EAF75 (or 0x4EAF75) is unknown color: approx Ocean Green. HEX triplet: 4E, AF and 75. RGB value is (78,175,117). Sum of RGB (Red+Green+Blue) = 78+175+117=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF75 is #B1508A. Grayscale: #8B8B8B. Windows color (decimal): -11620491 or 7712590. OLE color: 7712590.

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

Color convert

RGB78175117-
CMYK0.5500.330.31
HSL144.12º38.34%49.61%-
HSV(B)144.12º55.43%68.63%-
XYZ21.6833.5622.17-
YUV139.38115.3684.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=21.08%
G=47.30%
B=31.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751170.5500.330.31144.1238.3449.61
Hex4EAF75370211F902632
Octal11625716567041372204662
Binary100111010101111111010111011101000011111110010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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