#4BAC6A

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

Shades of Ocean Green #4BAC6A

Tints of Ocean Green #4BAC6A

Color information

#4BAC6A (or 0x4BAC6A) is unknown color: approx Ocean Green. HEX triplet: 4B, AC and 6A. RGB value is (75,172,106). Sum of RGB (Red+Green+Blue) = 75+172+106=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC6A is #B45395. Grayscale: #878787. Windows color (decimal): -11817878 or 6990923. OLE color: 6990923.

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

Color convert

RGB75172106-
CMYK0.5600.380.33
HSL139.18º39.27%48.43%-
HSV(B)139.18º56.4%67.45%-
XYZ20.2632.0418.75-
YUV135.47111.3684.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 172 (67.58% from 255) = 48.73%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=21.25%
G=48.73%
B=30.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721060.5600.380.33139.1839.2748.43
Hex4BAC6A38026218b2730
Octal11325415270046412134760
Binary1001011101011001101010111000010011010000110001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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