Html Css Color HEX #4AAF7E Ocean Green

📋 copy color: '#4AAF7E'

red 74 ◦ green 175 ◦ blue 126

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

Shades of Ocean Green #4AAF7E

Tints of Ocean Green #4AAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 19.73%
G = 46.67%
B = 33.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#4AAF7E (or 0x4AAF7E) is known color: Ocean Green. HEX triplet: 4A, AF and 7E. RGB value is (74,175,126). Sum of RGB (Red+Green+Blue) = 74+175+126=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF7E is #B55081. Grayscale: #8B8B8B. Windows color (decimal): -11882626 or 8302410. OLE color: 8302410.

HSL color Cylindrical-coordinate representation of color #4AAF7E: hue angle of 150.89º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF7E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 126 -
CMYK 0.58 0 0.28 0.31
HSL 150.89º 0.41% 0.49% -
HSV(B) 150.89º 0.58% 0.69% -
XYZ 21.92 33.62 25.07 -
YUV 139.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 74 175 126 0.58 0 0.28 0.31 150.89 0.41 0.49
Hex 4A AF 7E 3A 0 1C 1F 97 29 31
Octal 112 257 176 72 0 34 37 227 51 61
Binary 1001010 10101111 1111110 111010 0 11100 11111 10010111 101001 110001

Color Harmonies of #4AAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF7E

Black with #4AAF7E

Text Example


Text Example

White with #4AAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,126); }

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

background-color css

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

 a { background-color: rgb(74,175,126); }

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

border-color css

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

 span { border-color: rgb(74,175,126); }

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