Html Css Color HEX #74EDAC Medium Aquamarine

📋 copy color: '#74EDAC'

red 116 ◦ green 237 ◦ blue 172

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

Shades of Medium Aquamarine #74EDAC

Tints of Medium Aquamarine #74EDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 22.1%
G = 45.14%
B = 32.76%

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

#74EDAC (or 0x74EDAC) is known color: Medium Aquamarine. HEX triplet: 74, ED and AC. RGB value is (116,237,172). Sum of RGB (Red+Green+Blue) = 116+237+172=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EDAC is #8B1253. Grayscale: #C1C1C1. Windows color (decimal): -9114196 or 11332980. OLE color: 11332980.

HSL color Cylindrical-coordinate representation of color #74EDAC: hue angle of 147.77º 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 #74EDAC is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 172 -
CMYK 0.51 0 0.27 0.07
HSL 147.77º 0.77% 0.69% -
HSV(B) 147.77º 0.51% 0.93% -
XYZ 44.93 67.26 49.64 -
YUV 193.41 115.91 72.79 -
System Red Green Blue C M Y K H S L
Decimal 116 237 172 0.51 0 0.27 0.07 147.77 0.77 0.69
Hex 74 ED AC 33 0 1B 7 94 4D 45
Octal 164 355 254 63 0 33 7 224 115 105
Binary 1110100 11101101 10101100 110011 0 11011 111 10010100 1001101 1000101

Color Harmonies of #74EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDAC

Black with #74EDAC

Text Example


Text Example

White with #74EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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