Html Css Color HEX #4AAA6A Ocean Green

📋 copy color: '#4AAA6A'

red 74 ◦ green 170 ◦ blue 106

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

Shades of Ocean Green #4AAA6A

Tints of Ocean Green #4AAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 21.14%
G = 48.57%
B = 30.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#4AAA6A (or 0x4AAA6A) is known color: Ocean Green. HEX triplet: 4A, AA and 6A. RGB value is (74,170,106). Sum of RGB (Red+Green+Blue) = 74+170+106=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA6A is #B55595. Grayscale: #868686. Windows color (decimal): -11883926 or 6990410. OLE color: 6990410.

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

Color convert

RGB 74 170 106 -
CMYK 0.56 0 0.38 0.33
HSL 140º 0.39% 0.48% -
HSV(B) 140º 0.56% 0.67% -
XYZ 19.8 31.25 18.62 -
YUV 134 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 74 170 106 0.56 0 0.38 0.33 140 0.39 0.48
Hex 4A AA 6A 38 0 26 21 8C 27 30
Octal 112 252 152 70 0 46 41 214 47 60
Binary 1001010 10101010 1101010 111000 0 100110 100001 10001100 100111 110000

Color Harmonies of #4AAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA6A

Black with #4AAA6A

Text Example


Text Example

White with #4AAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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