#4BAC70

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

Shades of Ocean Green #4BAC70

Tints of Ocean Green #4BAC70

Color information

#4BAC70 (or 0x4BAC70) is unknown color: approx Ocean Green. HEX triplet: 4B, AC and 70. RGB value is (75,172,112). Sum of RGB (Red+Green+Blue) = 75+172+112=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC70 is #B4538F. Grayscale: #888888. Windows color (decimal): -11817872 or 7384139. OLE color: 7384139.

HSL color Cylindrical-coordinate representation of color #4BAC70: hue angle of 142.89º 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 #4BAC70 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB75172112-
CMYK0.5600.350.33
HSL142.89º39.27%48.43%-
HSV(B)142.89º56.4%67.45%-
XYZ20.5832.1720.45-
YUV136.16114.3684.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=20.89%
G=47.91%
B=31.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721120.5600.350.33142.8939.2748.43
Hex4BAC7038023218f2730
Octal11325416070043412174760
Binary1001011101011001110000111000010001110000110001111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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