#4CA984

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

Shades of Ocean Green #4CA984

Tints of Ocean Green #4CA984

Color information

#4CA984 (or 0x4CA984) is unknown color: approx Ocean Green. HEX triplet: 4C, A9 and 84. RGB value is (76,169,132). Sum of RGB (Red+Green+Blue) = 76+169+132=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA984 is #B3567B. Grayscale: #898989. Windows color (decimal): -11753084 or 8694092. OLE color: 8694092.

HSL color Cylindrical-coordinate representation of color #4CA984: hue angle of 156.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA984 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB76169132-
CMYK0.5500.220.34
HSL156.13º37.96%48.04%-
HSV(B)156.13º55.03%66.27%-
XYZ21.3331.5826.8-
YUV136.98125.1984.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=20.16%
G=44.83%
B=35.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691320.5500.220.34156.1337.9648.04
Hex4CA98437016229c2630
Octal11425120467026422344660
Binary1001100101010011000010011011101011010001010011100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,132); }

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

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

 a { background-color: rgb(76,169,132); }

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

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

 span { border-color: rgb(76,169,132); }

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