#4BAC7F

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

Shades of Ocean Green #4BAC7F

Tints of Ocean Green #4BAC7F

Color information

#4BAC7F (or 0x4BAC7F) is unknown color: approx Ocean Green. HEX triplet: 4B, AC and 7F. RGB value is (75,172,127). Sum of RGB (Red+Green+Blue) = 75+172+127=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC7F is #B45380. Grayscale: #898989. Windows color (decimal): -11817857 or 8367179. OLE color: 8367179.

HSL color Cylindrical-coordinate representation of color #4BAC7F: hue angle of 152.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC7F is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB75172127-
CMYK0.5600.260.33
HSL152.16º39.27%48.43%-
HSV(B)152.16º56.4%67.45%-
XYZ21.4832.5325.23-
YUV137.87121.8683.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 127 (50% from 255) = 33.96%
R=20.05%
G=45.99%
B=33.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721270.5600.260.33152.1639.2748.43
Hex4BAC7F3801A21982730
Octal11325417770032412304760
Binary100101110101100111111111100001101010000110011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,127); }

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

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

 a { background-color: rgb(75,172,127); }

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

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

 span { border-color: rgb(75,172,127); }

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