Html Css Color HEX #74DFAC Medium Aquamarine

📋 copy color: '#74DFAC'

red 116 ◦ green 223 ◦ blue 172

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

Shades of Medium Aquamarine #74DFAC

Tints of Medium Aquamarine #74DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.64%

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

R = 22.7%
G = 43.64%
B = 33.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#74DFAC (or 0x74DFAC) is known color: Medium Aquamarine. HEX triplet: 74, DF and AC. RGB value is (116,223,172). Sum of RGB (Red+Green+Blue) = 116+223+172=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFAC is #8B2053. Grayscale: #B9B9B9. Windows color (decimal): -9117780 or 11329396. OLE color: 11329396.

HSL color Cylindrical-coordinate representation of color #74DFAC: hue angle of 151.4º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFAC is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 172 -
CMYK 0.48 0 0.23 0.13
HSL 151.4º 0.63% 0.66% -
HSV(B) 151.4º 0.48% 0.87% -
XYZ 41.04 59.47 48.35 -
YUV 185.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 116 223 172 0.48 0 0.23 0.13 151.4 0.63 0.66
Hex 74 DF AC 30 0 17 D 97 3F 42
Octal 164 337 254 60 0 27 15 227 77 102
Binary 1110100 11011111 10101100 110000 0 10111 1101 10010111 111111 1000010

Color Harmonies of #74DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFAC

Black with #74DFAC

Text Example


Text Example

White with #74DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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