Html Css Color HEX #74E4A2 Medium Aquamarine

📋 copy color: '#74E4A2'

red 116 ◦ green 228 ◦ blue 162

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

Shades of Medium Aquamarine #74E4A2

Tints of Medium Aquamarine #74E4A2

RGB

 RED value IS 116 (45.7% from 255) = 22.92%

 GREEN value IS 228 (89.45% from 255) = 45.06%

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 22.92%
G = 45.06%
B = 32.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#74E4A2 (or 0x74E4A2) is known color: Medium Aquamarine. HEX triplet: 74, E4 and A2. RGB value is (116,228,162). Sum of RGB (Red+Green+Blue) = 116+228+162=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E4A2 is #8B1B5D. Grayscale: #BBBBBB. Windows color (decimal): -9116510 or 10675316. OLE color: 10675316.

HSL color Cylindrical-coordinate representation of color #74E4A2: hue angle of 144.64º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E4A2 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 228 162 -
CMYK 0.49 0 0.29 0.11
HSL 144.64º 0.67% 0.67% -
HSV(B) 144.64º 0.49% 0.89% -
XYZ 41.47 61.81 43.93 -
YUV 186.99 113.89 77.37 -
System Red Green Blue C M Y K H S L
Decimal 116 228 162 0.49 0 0.29 0.11 144.64 0.67 0.67
Hex 74 E4 A2 31 0 1D B 91 43 43
Octal 164 344 242 61 0 35 13 221 103 103
Binary 1110100 11100100 10100010 110001 0 11101 1011 10010001 1000011 1000011

Color Harmonies of #74E4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E4A2

Black with #74E4A2

Text Example


Text Example

White with #74E4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E4A2; }

 p { color: rgb(116,228,162); }

 H1.HeaderClassName
 {
   color: #74E4A2;
 }
 .AnyTagClassName
 {
   color: #74E4A2;
 }
</style>

background-color css

<style>
 a { background-color: #74E4A2; }

 a { background-color: rgb(116,228,162); }

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

border-color css

<style>
 span { border-color: #74E4A2; }

 span { border-color: rgb(116,228,162); }

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