#4AB485

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

Shades of Ocean Green #4AB485

Tints of Ocean Green #4AB485

Color information

#4AB485 (or 0x4AB485) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 85. RGB value is (74,180,133). Sum of RGB (Red+Green+Blue) = 74+180+133=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB485 is #B54B7A. Grayscale: #8F8F8F. Windows color (decimal): -11881339 or 8762442. OLE color: 8762442.

HSL color Cylindrical-coordinate representation of color #4AB485: hue angle of 153.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB485 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB74180133-
CMYK0.5900.260.29
HSL153.4º41.73%49.8%-
HSV(B)153.4º58.89%70.59%-
XYZ23.3835.7927.87-
YUV142.95122.3878.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=19.12%
G=46.51%
B=34.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801330.5900.260.29153.441.7349.8
Hex4AB4853B01A1D992a32
Octal11226420573032352315262
Binary100101010110100100001011110110110101110110011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,133); }

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

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

 a { background-color: rgb(74,180,133); }

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

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

 span { border-color: rgb(74,180,133); }

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