#4EB27E

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

Shades of Ocean Green #4EB27E

Tints of Ocean Green #4EB27E

Color information

#4EB27E (or 0x4EB27E) is unknown color: approx Ocean Green. HEX triplet: 4E, B2 and 7E. RGB value is (78,178,126). Sum of RGB (Red+Green+Blue) = 78+178+126=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB27E is #B14D81. Grayscale: #8E8E8E. Windows color (decimal): -11619714 or 8303182. OLE color: 8303182.

HSL color Cylindrical-coordinate representation of color #4EB27E: hue angle of 148.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB27E is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB78178126-
CMYK0.5600.290.30
HSL148.8º39.37%50.2%-
HSV(B)148.8º56.18%69.8%-
XYZ22.8334.9725.28-
YUV142.17118.8782.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=20.42%
G=46.60%
B=32.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781260.5600.290.30148.839.3750.2
Hex4EB27E3801D1E952732
Octal11626217670035362254762
Binary10011101011001011111101110000111011111010010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,178,126); }

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

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

 a { background-color: rgb(78,178,126); }

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

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

 span { border-color: rgb(78,178,126); }

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