Html Css Color HEX #74ECAA Medium Aquamarine

📋 copy color: '#74ECAA'

red 116 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #74ECAA

Tints of Medium Aquamarine #74ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.21%

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 22.22%
G = 45.21%
B = 32.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#74ECAA (or 0x74ECAA) is known color: Medium Aquamarine. HEX triplet: 74, EC and AA. RGB value is (116,236,170). Sum of RGB (Red+Green+Blue) = 116+236+170=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECAA is #8B1355. Grayscale: #C0C0C0. Windows color (decimal): -9114454 or 11201652. OLE color: 11201652.

HSL color Cylindrical-coordinate representation of color #74ECAA: hue angle of 147º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECAA is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 170 -
CMYK 0.51 0 0.28 0.07
HSL 147º 0.76% 0.69% -
HSV(B) 147º 0.51% 0.93% -
XYZ 44.45 66.61 48.54 -
YUV 192.6 115.24 73.37 -
System Red Green Blue C M Y K H S L
Decimal 116 236 170 0.51 0 0.28 0.07 147 0.76 0.69
Hex 74 EC AA 33 0 1C 7 93 4C 45
Octal 164 354 252 63 0 34 7 223 114 105
Binary 1110100 11101100 10101010 110011 0 11100 111 10010011 1001100 1000101

Color Harmonies of #74ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECAA

Black with #74ECAA

Text Example


Text Example

White with #74ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,236,170); }

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

background-color css

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

 a { background-color: rgb(116,236,170); }

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

border-color css

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

 span { border-color: rgb(116,236,170); }

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