Html Css Color HEX #74F5AB Medium Aquamarine

📋 copy color: '#74F5AB'

red 116 ◦ green 245 ◦ blue 171

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

Shades of Medium Aquamarine #74F5AB

Tints of Medium Aquamarine #74F5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.05%

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 21.8%
G = 46.05%
B = 32.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#74F5AB (or 0x74F5AB) is known color: Medium Aquamarine. HEX triplet: 74, F5 and AB. RGB value is (116,245,171). Sum of RGB (Red+Green+Blue) = 116+245+171=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #74F5AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F5AB is #8B0A54. Grayscale: #C6C6C6. Windows color (decimal): -9112149 or 11269492. OLE color: 11269492.

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

Color convert

RGB 116 245 171 -
CMYK 0.53 0 0.30 0.04
HSL 145.58º 0.87% 0.71% -
HSV(B) 145.58º 0.53% 0.96% -
XYZ 47.21 71.96 49.93 -
YUV 197.99 112.76 69.52 -
System Red Green Blue C M Y K H S L
Decimal 116 245 171 0.53 0 0.30 0.04 145.58 0.87 0.71
Hex 74 F5 AB 35 0 1E 4 92 57 47
Octal 164 365 253 65 0 36 4 222 127 107
Binary 1110100 11110101 10101011 110101 0 11110 100 10010010 1010111 1000111

Color Harmonies of #74F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F5AB

Black with #74F5AB

Text Example


Text Example

White with #74F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,245,171); }

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

background-color css

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

 a { background-color: rgb(116,245,171); }

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

border-color css

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

 span { border-color: rgb(116,245,171); }

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