Html Css Color HEX #4AAA82 Ocean Green

📋 copy color: '#4AAA82'

red 74 ◦ green 170 ◦ blue 130

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

Shades of Ocean Green #4AAA82

Tints of Ocean Green #4AAA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 19.79%
G = 45.45%
B = 34.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#4AAA82 (or 0x4AAA82) is known color: Ocean Green. HEX triplet: 4A, AA and 82. RGB value is (74,170,130). Sum of RGB (Red+Green+Blue) = 74+170+130=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAA82 is #B5557D. Grayscale: #888888. Windows color (decimal): -11883902 or 8563274. OLE color: 8563274.

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

Color convert

RGB 74 170 130 -
CMYK 0.56 0 0.24 0.33
HSL 155º 0.39% 0.48% -
HSV(B) 155º 0.56% 0.67% -
XYZ 21.23 31.82 26.14 -
YUV 136.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 74 170 130 0.56 0 0.24 0.33 155 0.39 0.48
Hex 4A AA 82 38 0 18 21 9B 27 30
Octal 112 252 202 70 0 30 41 233 47 60
Binary 1001010 10101010 10000010 111000 0 11000 100001 10011011 100111 110000

Color Harmonies of #4AAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA82

Black with #4AAA82

Text Example


Text Example

White with #4AAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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