Html Css Color HEX #74F8AA Aquamarine

📋 copy color: '#74F8AA'

red 116 ◦ green 248 ◦ blue 170

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

Shades of Aquamarine #74F8AA

Tints of Aquamarine #74F8AA

RGB

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

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

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

R = 21.72%
G = 46.44%
B = 31.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#74F8AA (or 0x74F8AA) is known color: Aquamarine. HEX triplet: 74, F8 and AA. RGB value is (116,248,170). Sum of RGB (Red+Green+Blue) = 116+248+170=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F8AA is #8B0755. Grayscale: #C7C7C7. Windows color (decimal): -9111382 or 11204724. OLE color: 11204724.

HSL color Cylindrical-coordinate representation of color #74F8AA: hue angle of 144.55º 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 #74F8AA is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 170 -
CMYK 0.53 0 0.31 0.03
HSL 144.55º 0.9% 0.71% -
HSV(B) 144.55º 0.53% 0.97% -
XYZ 48.03 73.75 49.73 -
YUV 199.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 116 248 170 0.53 0 0.31 0.03 144.55 0.9 0.71
Hex 74 F8 AA 35 0 1F 3 91 5A 47
Octal 164 370 252 65 0 37 3 221 132 107
Binary 1110100 11111000 10101010 110101 0 11111 11 10010001 1011010 1000111

Color Harmonies of #74F8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8AA

Black with #74F8AA

Text Example


Text Example

White with #74F8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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