Html Css Color HEX #74F8AD Aquamarine

📋 copy color: '#74F8AD'

red 116 ◦ green 248 ◦ blue 173

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

Shades of Aquamarine #74F8AD

Tints of Aquamarine #74F8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.18%

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

R = 21.6%
G = 46.18%
B = 32.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#74F8AD (or 0x74F8AD) is known color: Aquamarine. HEX triplet: 74, F8 and AD. RGB value is (116,248,173). Sum of RGB (Red+Green+Blue) = 116+248+173=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F8AD is #8B0752. Grayscale: #C8C8C8. Windows color (decimal): -9111379 or 11401332. OLE color: 11401332.

HSL color Cylindrical-coordinate representation of color #74F8AD: hue angle of 145.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8AD is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 173 -
CMYK 0.53 0 0.30 0.03
HSL 145.91º 0.9% 0.71% -
HSV(B) 145.91º 0.53% 0.97% -
XYZ 48.31 73.86 51.25 -
YUV 199.98 112.77 68.1 -
System Red Green Blue C M Y K H S L
Decimal 116 248 173 0.53 0 0.30 0.03 145.91 0.9 0.71
Hex 74 F8 AD 35 0 1E 3 92 5A 47
Octal 164 370 255 65 0 36 3 222 132 107
Binary 1110100 11111000 10101101 110101 0 11110 11 10010010 1011010 1000111

Color Harmonies of #74F8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8AD

Black with #74F8AD

Text Example


Text Example

White with #74F8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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