Html Css Color HEX #74F9AD Aquamarine

📋 copy color: '#74F9AD'

red 116 ◦ green 249 ◦ blue 173

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

Shades of Aquamarine #74F9AD

Tints of Aquamarine #74F9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

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

R = 21.56%
G = 46.28%
B = 32.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#74F9AD (or 0x74F9AD) is known color: Aquamarine. HEX triplet: 74, F9 and AD. RGB value is (116,249,173). Sum of RGB (Red+Green+Blue) = 116+249+173=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #74F9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F9AD is #8B0652. Grayscale: #C8C8C8. Windows color (decimal): -9111123 or 11401588. OLE color: 11401588.

HSL color Cylindrical-coordinate representation of color #74F9AD: hue angle of 145.71º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F9AD is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 249 173 -
CMYK 0.53 0 0.31 0.02
HSL 145.71º 0.92% 0.72% -
HSV(B) 145.71º 0.53% 0.98% -
XYZ 48.62 74.48 51.35 -
YUV 200.57 112.44 67.68 -
System Red Green Blue C M Y K H S L
Decimal 116 249 173 0.53 0 0.31 0.02 145.71 0.92 0.72
Hex 74 F9 AD 35 0 1F 2 92 5C 48
Octal 164 371 255 65 0 37 2 222 134 110
Binary 1110100 11111001 10101101 110101 0 11111 10 10010010 1011100 1001000

Color Harmonies of #74F9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F9AD

Black with #74F9AD

Text Example


Text Example

White with #74F9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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