Html Css Color HEX #74E9AF Medium Aquamarine

📋 copy color: '#74E9AF'

red 116 ◦ green 233 ◦ blue 175

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

Shades of Medium Aquamarine #74E9AF

Tints of Medium Aquamarine #74E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.47%

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

R = 22.14%
G = 44.47%
B = 33.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#74E9AF (or 0x74E9AF) is known color: Medium Aquamarine. HEX triplet: 74, E9 and AF. RGB value is (116,233,175). Sum of RGB (Red+Green+Blue) = 116+233+175=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E9AF is #8B1650. Grayscale: #BFBFBF. Windows color (decimal): -9115217 or 11528564. OLE color: 11528564.

HSL color Cylindrical-coordinate representation of color #74E9AF: hue angle of 150.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E9AF is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 233 175 -
CMYK 0.50 0 0.25 0.09
HSL 150.26º 0.73% 0.68% -
HSV(B) 150.26º 0.5% 0.91% -
XYZ 44.08 65.09 50.8 -
YUV 191.41 118.74 74.22 -
System Red Green Blue C M Y K H S L
Decimal 116 233 175 0.50 0 0.25 0.09 150.26 0.73 0.68
Hex 74 E9 AF 32 0 19 9 96 49 44
Octal 164 351 257 62 0 31 11 226 111 104
Binary 1110100 11101001 10101111 110010 0 11001 1001 10010110 1001001 1000100

Color Harmonies of #74E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E9AF

Black with #74E9AF

Text Example


Text Example

White with #74E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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