Html Css Color HEX #74F4A5 Medium Aquamarine

📋 copy color: '#74F4A5'

red 116 ◦ green 244 ◦ blue 165

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

Shades of Medium Aquamarine #74F4A5

Tints of Medium Aquamarine #74F4A5

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.48%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 22.1%
G = 46.48%
B = 31.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#74F4A5 (or 0x74F4A5) is known color: Medium Aquamarine. HEX triplet: 74, F4 and A5. RGB value is (116,244,165). Sum of RGB (Red+Green+Blue) = 116+244+165=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F4A5 is #8B0B5A. Grayscale: #C4C4C4. Windows color (decimal): -9112411 or 10876020. OLE color: 10876020.

HSL color Cylindrical-coordinate representation of color #74F4A5: hue angle of 142.97º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4A5 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 165 -
CMYK 0.52 0 0.32 0.04
HSL 142.97º 0.85% 0.71% -
HSV(B) 142.97º 0.52% 0.96% -
XYZ 46.34 71.13 46.88 -
YUV 196.72 110.09 70.42 -
System Red Green Blue C M Y K H S L
Decimal 116 244 165 0.52 0 0.32 0.04 142.97 0.85 0.71
Hex 74 F4 A5 34 0 20 4 8F 55 47
Octal 164 364 245 64 0 40 4 217 125 107
Binary 1110100 11110100 10100101 110100 0 100000 100 10001111 1010101 1000111

Color Harmonies of #74F4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F4A5

Black with #74F4A5

Text Example


Text Example

White with #74F4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,165); }

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

background-color css

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

 a { background-color: rgb(116,244,165); }

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

border-color css

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

 span { border-color: rgb(116,244,165); }

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