Html Css Color HEX #4AAA7A Ocean Green

📋 copy color: '#4AAA7A'

red 74 ◦ green 170 ◦ blue 122

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

Shades of Ocean Green #4AAA7A

Tints of Ocean Green #4AAA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 20.22%
G = 46.45%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#4AAA7A (or 0x4AAA7A) is known color: Ocean Green. HEX triplet: 4A, AA and 7A. RGB value is (74,170,122). Sum of RGB (Red+Green+Blue) = 74+170+122=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA7A is #B55585. Grayscale: #878787. Windows color (decimal): -11883910 or 8038986. OLE color: 8038986.

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

Color convert

RGB 74 170 122 -
CMYK 0.56 0 0.28 0.33
HSL 150º 0.39% 0.48% -
HSV(B) 150º 0.56% 0.67% -
XYZ 20.71 31.61 23.42 -
YUV 135.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 74 170 122 0.56 0 0.28 0.33 150 0.39 0.48
Hex 4A AA 7A 38 0 1C 21 96 27 30
Octal 112 252 172 70 0 34 41 226 47 60
Binary 1001010 10101010 1111010 111000 0 11100 100001 10010110 100111 110000

Color Harmonies of #4AAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA7A

Black with #4AAA7A

Text Example


Text Example

White with #4AAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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