#4AB985

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

Shades of Ocean Green #4AB985

Tints of Ocean Green #4AB985

Color information

#4AB985 (or 0x4AB985) is unknown color: approx Ocean Green. HEX triplet: 4A, B9 and 85. RGB value is (74,185,133). Sum of RGB (Red+Green+Blue) = 74+185+133=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB985 is #B5467A. Grayscale: #919191. Windows color (decimal): -11880059 or 8763722. OLE color: 8763722.

HSL color Cylindrical-coordinate representation of color #4AB985: hue angle of 151.89º 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 #4AB985 is Cyan = 0.6, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB74185133-
CMYK0.600.280.27
HSL151.89º44.22%50.78%-
HSV(B)151.89º60%72.55%-
XYZ24.4137.8528.21-
YUV145.88120.7376.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=18.88%
G=47.19%
B=33.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal741851330.600.280.27151.8944.2250.78
Hex4AB9853C01C1B982c33
Octal11227120574034332305463
Binary100101010111001100001011111000111001101110011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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