Html Css Color HEX #4AB989 Ocean Green

📋 copy color: '#4AB989'

red 74 ◦ green 185 ◦ blue 137

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

Shades of Ocean Green #4AB989

Tints of Ocean Green #4AB989

RGB

 RED value IS 74 (29.3% from 255) = 18.69%

 GREEN value IS 185 (72.66% from 255) = 46.72%

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 18.69%
G = 46.72%
B = 34.6%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#4AB989 (or 0x4AB989) is known color: Ocean Green. HEX triplet: 4A, B9 and 89. RGB value is (74,185,137). Sum of RGB (Red+Green+Blue) = 74+185+137=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB989 is #B54676. Grayscale: #929292. Windows color (decimal): -11880055 or 9025866. OLE color: 9025866.

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

Color convert

RGB 74 185 137 -
CMYK 0.6 0 0.26 0.27
HSL 154.05º 0.44% 0.51% -
HSV(B) 154.05º 0.6% 0.73% -
XYZ 24.69 37.96 29.69 -
YUV 146.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 74 185 137 0.6 0 0.26 0.27 154.05 0.44 0.51
Hex 4A B9 89 3C 0 1A 1B 9A 2C 33
Octal 112 271 211 74 0 32 33 232 54 63
Binary 1001010 10111001 10001001 111100 0 11010 11011 10011010 101100 110011

Color Harmonies of #4AB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB989

Black with #4AB989

Text Example


Text Example

White with #4AB989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AB989;
 }
 .AnyTagClassName
 {
   color: #4AB989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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