#4EA675

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

Shades of Ocean Green #4EA675

Tints of Ocean Green #4EA675

Color information

#4EA675 (or 0x4EA675) is unknown color: approx Ocean Green. HEX triplet: 4E, A6 and 75. RGB value is (78,166,117). Sum of RGB (Red+Green+Blue) = 78+166+117=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA675 is #B1598A. Grayscale: #868686. Windows color (decimal): -11622795 or 7710286. OLE color: 7710286.

HSL color Cylindrical-coordinate representation of color #4EA675: hue angle of 146.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA675 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB78166117-
CMYK0.5300.300.35
HSL146.59º36.07%47.84%-
HSV(B)146.59º53.01%65.1%-
XYZ19.9930.1821.6-
YUV134.1118.3587.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=21.61%
G=45.98%
B=32.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781661170.5300.300.35146.5936.0747.84
Hex4EA6753501E23932430
Octal11624616565036432234460
Binary100111010100110111010111010101111010001110010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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