#4eb066

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

Shades of Ocean Green #4EB066

Tints of Ocean Green #4EB066

Color information

#4EB066 (or 0x4EB066) is unknown color: approx Ocean Green. HEX triplet: 4E, B0 and 66. RGB value is (78,176,102). Sum of RGB (Red+Green+Blue) = 78+176+102=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB066 is #B14F99. Grayscale: #8A8A8A. Windows color (decimal): -11620250 or 6729806. OLE color: 6729806.

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

Color convert

RGB78176102-
CMYK0.5600.420.31
HSL134.69º38.58%49.8%-
HSV(B)134.69º55.68%69.02%-
XYZ21.0733.6317.95-
YUV138.26107.5385.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 176 (69.14% from 255) = 49.44%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=21.91%
G=49.44%
B=28.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781761020.5600.420.31134.6938.5849.8
Hex4EB0663802A1F872732
Octal11626014670052372074762
Binary100111010110000110011011100001010101111110000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eb066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,176,102); }

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

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

 a { background-color: rgb(78,176,102); }

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

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

 span { border-color: rgb(78,176,102); }

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