#4CAF86

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

Shades of Ocean Green #4CAF86

Tints of Ocean Green #4CAF86

Color information

#4CAF86 (or 0x4CAF86) is unknown color: approx Ocean Green. HEX triplet: 4C, AF and 86. RGB value is (76,175,134). Sum of RGB (Red+Green+Blue) = 76+175+134=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF86 is #B35079. Grayscale: #8C8C8C. Windows color (decimal): -11751546 or 8826700. OLE color: 8826700.

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

Color convert

RGB76175134-
CMYK0.5700.230.31
HSL155.15º39.44%49.22%-
HSV(B)155.15º56.57%68.63%-
XYZ22.6133.9227.91-
YUV140.72124.281.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=19.74%
G=45.45%
B=34.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751340.5700.230.31155.1539.4449.22
Hex4CAF86390171F9b2731
Octal11425720671027372334761
Binary100110010101111100001101110010101111111110011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,175,134); }

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

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

 a { background-color: rgb(76,175,134); }

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

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

 span { border-color: rgb(76,175,134); }

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