Html Css Color HEX #4AB880 Ocean Green

📋 copy color: '#4AB880'

red 74 ◦ green 184 ◦ blue 128

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

Shades of Ocean Green #4AB880

Tints of Ocean Green #4AB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 19.17%
G = 47.67%
B = 33.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#4AB880 (or 0x4AB880) is known color: Ocean Green. HEX triplet: 4A, B8 and 80. RGB value is (74,184,128). Sum of RGB (Red+Green+Blue) = 74+184+128=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB880 is #B5477F. Grayscale: #909090. Windows color (decimal): -11880320 or 8435786. OLE color: 8435786.

HSL color Cylindrical-coordinate representation of color #4AB880: hue angle of 149.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB880 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 128 -
CMYK 0.60 0 0.30 0.28
HSL 149.45º 0.44% 0.51% -
HSV(B) 149.45º 0.6% 0.72% -
XYZ 23.86 37.3 26.36 -
YUV 144.73 118.56 77.55 -
System Red Green Blue C M Y K H S L
Decimal 74 184 128 0.60 0 0.30 0.28 149.45 0.44 0.51
Hex 4A B8 80 3C 0 1E 1C 95 2C 33
Octal 112 270 200 74 0 36 34 225 54 63
Binary 1001010 10111000 10000000 111100 0 11110 11100 10010101 101100 110011

Color Harmonies of #4AB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB880

Black with #4AB880

Text Example


Text Example

White with #4AB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,184,128); }

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

background-color css

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

 a { background-color: rgb(74,184,128); }

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

border-color css

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

 span { border-color: rgb(74,184,128); }

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