Html Css Color HEX #74EAAF Medium Aquamarine

📋 copy color: '#74EAAF'

red 116 ◦ green 234 ◦ blue 175

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

Shades of Medium Aquamarine #74EAAF

Tints of Medium Aquamarine #74EAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 22.1%
G = 44.57%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#74EAAF (or 0x74EAAF) is known color: Medium Aquamarine. HEX triplet: 74, EA and AF. RGB value is (116,234,175). Sum of RGB (Red+Green+Blue) = 116+234+175=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EAAF is #8B1550. Grayscale: #C0C0C0. Windows color (decimal): -9114961 or 11528820. OLE color: 11528820.

HSL color Cylindrical-coordinate representation of color #74EAAF: hue angle of 150º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAAF is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 175 -
CMYK 0.50 0 0.25 0.08
HSL 150º 0.74% 0.69% -
HSV(B) 150º 0.5% 0.92% -
XYZ 44.36 65.65 50.89 -
YUV 191.99 118.41 73.8 -
System Red Green Blue C M Y K H S L
Decimal 116 234 175 0.50 0 0.25 0.08 150 0.74 0.69
Hex 74 EA AF 32 0 19 8 96 4A 45
Octal 164 352 257 62 0 31 10 226 112 105
Binary 1110100 11101010 10101111 110010 0 11001 1000 10010110 1001010 1000101

Color Harmonies of #74EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EAAF

Black with #74EAAF

Text Example


Text Example

White with #74EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,175); }

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

background-color css

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

 a { background-color: rgb(116,234,175); }

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

border-color css

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

 span { border-color: rgb(116,234,175); }

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