Html Css Color HEX #4AAA7C Ocean Green

📋 copy color: '#4AAA7C'

red 74 ◦ green 170 ◦ blue 124

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

Shades of Ocean Green #4AAA7C

Tints of Ocean Green #4AAA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 20.11%
G = 46.2%
B = 33.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#4AAA7C (or 0x4AAA7C) is known color: Ocean Green. HEX triplet: 4A, AA and 7C. RGB value is (74,170,124). Sum of RGB (Red+Green+Blue) = 74+170+124=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA7C is #B55583. Grayscale: #888888. Windows color (decimal): -11883908 or 8170058. OLE color: 8170058.

HSL color Cylindrical-coordinate representation of color #4AAA7C: hue angle of 151.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA7C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 124 -
CMYK 0.56 0 0.27 0.33
HSL 151.25º 0.39% 0.48% -
HSV(B) 151.25º 0.56% 0.67% -
XYZ 20.84 31.66 24.08 -
YUV 136.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 74 170 124 0.56 0 0.27 0.33 151.25 0.39 0.48
Hex 4A AA 7C 38 0 1B 21 97 27 30
Octal 112 252 174 70 0 33 41 227 47 60
Binary 1001010 10101010 1111100 111000 0 11011 100001 10010111 100111 110000

Color Harmonies of #4AAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA7C

Black with #4AAA7C

Text Example


Text Example

White with #4AAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,124); }

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

background-color css

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

 a { background-color: rgb(74,170,124); }

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

border-color css

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

 span { border-color: rgb(74,170,124); }

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