Html Css Color HEX #4AB985 Ocean Green

📋 copy color: '#4AB985'

red 74 ◦ green 185 ◦ blue 133

#4AB985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4AB985

Tints of Ocean Green #4AB985

RGB

 RED value IS 74 (29.3% 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 value IS 0.6

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#4AB985 (or 0x4AB985) is known color: 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

RGB 74 185 133 -
CMYK 0.6 0 0.28 0.27
HSL 151.89º 0.44% 0.51% -
HSV(B) 151.89º 0.6% 0.73% -
XYZ 24.41 37.85 28.21 -
YUV 145.88 120.73 76.73 -
System Red Green Blue C M Y K H S L
Decimal 74 185 133 0.6 0 0.28 0.27 151.89 0.44 0.51
Hex 4A B9 85 3C 0 1C 1B 98 2C 33
Octal 112 271 205 74 0 34 33 230 54 63
Binary 1001010 10111001 10000101 111100 0 11100 11011 10011000 101100 110011

Color Harmonies of #4AB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB985

Black with #4AB985

Text Example


Text Example

White with #4AB985

Text Example


Text Example

HTML Codes & Css Web 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>