Html Css Color HEX #74EFA8 Medium Aquamarine

📋 copy color: '#74EFA8'

red 116 ◦ green 239 ◦ blue 168

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

Shades of Medium Aquamarine #74EFA8

Tints of Medium Aquamarine #74EFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 22.18%
G = 45.7%
B = 32.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#74EFA8 (or 0x74EFA8) is known color: Medium Aquamarine. HEX triplet: 74, EF and A8. RGB value is (116,239,168). Sum of RGB (Red+Green+Blue) = 116+239+168=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EFA8 is #8B1057. Grayscale: #C2C2C2. Windows color (decimal): -9113688 or 11071348. OLE color: 11071348.

HSL color Cylindrical-coordinate representation of color #74EFA8: hue angle of 145.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFA8 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 168 -
CMYK 0.51 0 0.30 0.06
HSL 145.37º 0.79% 0.7% -
HSV(B) 145.37º 0.51% 0.94% -
XYZ 45.14 68.27 47.84 -
YUV 194.13 113.25 72.27 -
System Red Green Blue C M Y K H S L
Decimal 116 239 168 0.51 0 0.30 0.06 145.37 0.79 0.7
Hex 74 EF A8 33 0 1E 6 91 4F 46
Octal 164 357 250 63 0 36 6 221 117 106
Binary 1110100 11101111 10101000 110011 0 11110 110 10010001 1001111 1000110

Color Harmonies of #74EFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFA8

Black with #74EFA8

Text Example


Text Example

White with #74EFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,239,168); }

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

background-color css

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

 a { background-color: rgb(116,239,168); }

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

border-color css

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

 span { border-color: rgb(116,239,168); }

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