#4AB984

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

Shades of Ocean Green #4AB984

Tints of Ocean Green #4AB984

Color information

#4AB984 (or 0x4AB984) is unknown color: approx Ocean Green. HEX triplet: 4A, B9 and 84. RGB value is (74,185,132). Sum of RGB (Red+Green+Blue) = 74+185+132=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB984 is #B5467B. Grayscale: #919191. Windows color (decimal): -11880060 or 8698186. OLE color: 8698186.

HSL color Cylindrical-coordinate representation of color #4AB984: hue angle of 151.35º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB984 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB74185132-
CMYK0.600.290.27
HSL151.35º44.22%50.78%-
HSV(B)151.35º60%72.55%-
XYZ24.3437.8227.85-
YUV145.77120.2376.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.93%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=18.93%
G=47.31%
B=33.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741851320.600.290.27151.3544.2250.78
Hex4AB9843C01D1B972c33
Octal11227120474035332275463
Binary100101010111001100001001111000111011101110010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,185,132); }

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

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

 a { background-color: rgb(74,185,132); }

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

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

 span { border-color: rgb(74,185,132); }

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