#4AAB7A

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

Shades of Ocean Green #4AAB7A

Tints of Ocean Green #4AAB7A

Color information

#4AAB7A (or 0x4AAB7A) is unknown color: approx Ocean Green. HEX triplet: 4A, AB and 7A. RGB value is (74,171,122). Sum of RGB (Red+Green+Blue) = 74+171+122=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB7A is #B55485. Grayscale: #888888. Windows color (decimal): -11883654 or 8039242. OLE color: 8039242.

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

Color convert

RGB74171122-
CMYK0.5700.290.33
HSL149.69º39.59%48.04%-
HSV(B)149.69º56.73%67.06%-
XYZ20.931.9923.48-
YUV136.41119.8683.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=20.16%
G=46.59%
B=33.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741711220.5700.290.33149.6939.5948.04
Hex4AAB7A3901D21962830
Octal11225317271035412265060
Binary100101010101011111101011100101110110000110010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,122); }

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

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

 a { background-color: rgb(74,171,122); }

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

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

 span { border-color: rgb(74,171,122); }

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