Html Css Color HEX #74EEAC Medium Aquamarine

📋 copy color: '#74EEAC'

red 116 ◦ green 238 ◦ blue 172

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

Shades of Medium Aquamarine #74EEAC

Tints of Medium Aquamarine #74EEAC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

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

R = 22.05%
G = 45.25%
B = 32.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#74EEAC (or 0x74EEAC) is known color: Medium Aquamarine. HEX triplet: 74, EE and AC. RGB value is (116,238,172). Sum of RGB (Red+Green+Blue) = 116+238+172=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EEAC is #8B1153. Grayscale: #C2C2C2. Windows color (decimal): -9113940 or 11333236. OLE color: 11333236.

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

Color convert

RGB 116 238 172 -
CMYK 0.51 0 0.28 0.07
HSL 147.54º 0.78% 0.69% -
HSV(B) 147.54º 0.51% 0.93% -
XYZ 45.22 67.84 49.74 -
YUV 194 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 116 238 172 0.51 0 0.28 0.07 147.54 0.78 0.69
Hex 74 EE AC 33 0 1C 7 94 4E 45
Octal 164 356 254 63 0 34 7 224 116 105
Binary 1110100 11101110 10101100 110011 0 11100 111 10010100 1001110 1000101

Color Harmonies of #74EEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEAC

Black with #74EEAC

Text Example


Text Example

White with #74EEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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