Html Css Color HEX #74F1AD Medium Aquamarine

📋 copy color: '#74F1AD'

red 116 ◦ green 241 ◦ blue 173

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

Shades of Medium Aquamarine #74F1AD

Tints of Medium Aquamarine #74F1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 21.89%
G = 45.47%
B = 32.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#74F1AD (or 0x74F1AD) is known color: Medium Aquamarine. HEX triplet: 74, F1 and AD. RGB value is (116,241,173). Sum of RGB (Red+Green+Blue) = 116+241+173=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F1AD is #8B0E52. Grayscale: #C4C4C4. Windows color (decimal): -9113171 or 11399540. OLE color: 11399540.

HSL color Cylindrical-coordinate representation of color #74F1AD: hue angle of 147.36º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F1AD is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 173 -
CMYK 0.52 0 0.28 0.05
HSL 147.36º 0.82% 0.7% -
HSV(B) 147.36º 0.52% 0.95% -
XYZ 46.2 69.64 50.54 -
YUV 195.87 115.09 71.03 -
System Red Green Blue C M Y K H S L
Decimal 116 241 173 0.52 0 0.28 0.05 147.36 0.82 0.7
Hex 74 F1 AD 34 0 1C 5 93 52 46
Octal 164 361 255 64 0 34 5 223 122 106
Binary 1110100 11110001 10101101 110100 0 11100 101 10010011 1010010 1000110

Color Harmonies of #74F1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F1AD

Black with #74F1AD

Text Example


Text Example

White with #74F1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,173); }

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

background-color css

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

 a { background-color: rgb(116,241,173); }

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

border-color css

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

 span { border-color: rgb(116,241,173); }

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