Html Css Color HEX #74EDAD Medium Aquamarine

📋 copy color: '#74EDAD'

red 116 ◦ green 237 ◦ blue 173

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

Shades of Medium Aquamarine #74EDAD

Tints of Medium Aquamarine #74EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 22.05%
G = 45.06%
B = 32.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#74EDAD (or 0x74EDAD) is known color: Medium Aquamarine. HEX triplet: 74, ED and AD. RGB value is (116,237,173). Sum of RGB (Red+Green+Blue) = 116+237+173=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EDAD is #8B1252. Grayscale: #C1C1C1. Windows color (decimal): -9114195 or 11398516. OLE color: 11398516.

HSL color Cylindrical-coordinate representation of color #74EDAD: hue angle of 148.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EDAD is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 173 -
CMYK 0.51 0 0.27 0.07
HSL 148.26º 0.77% 0.69% -
HSV(B) 148.26º 0.51% 0.93% -
XYZ 45.03 67.3 50.15 -
YUV 193.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 116 237 173 0.51 0 0.27 0.07 148.26 0.77 0.69
Hex 74 ED AD 33 0 1B 7 94 4D 45
Octal 164 355 255 63 0 33 7 224 115 105
Binary 1110100 11101101 10101101 110011 0 11011 111 10010100 1001101 1000101

Color Harmonies of #74EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDAD

Black with #74EDAD

Text Example


Text Example

White with #74EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,237,173); }

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

background-color css

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

 a { background-color: rgb(116,237,173); }

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

border-color css

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

 span { border-color: rgb(116,237,173); }

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