Html Css Color HEX #74DAAC Medium Aquamarine

📋 copy color: '#74DAAC'

red 116 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #74DAAC

Tints of Medium Aquamarine #74DAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

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

R = 22.92%
G = 43.08%
B = 33.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#74DAAC (or 0x74DAAC) is known color: Medium Aquamarine. HEX triplet: 74, DA and AC. RGB value is (116,218,172). Sum of RGB (Red+Green+Blue) = 116+218+172=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DAAC is #8B2553. Grayscale: #B6B6B6. Windows color (decimal): -9119060 or 11328116. OLE color: 11328116.

HSL color Cylindrical-coordinate representation of color #74DAAC: hue angle of 152.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DAAC is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 172 -
CMYK 0.47 0 0.21 0.15
HSL 152.94º 0.58% 0.65% -
HSV(B) 152.94º 0.47% 0.85% -
XYZ 39.72 56.83 47.91 -
YUV 182.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 116 218 172 0.47 0 0.21 0.15 152.94 0.58 0.65
Hex 74 DA AC 2F 0 15 F 99 3A 41
Octal 164 332 254 57 0 25 17 231 72 101
Binary 1110100 11011010 10101100 101111 0 10101 1111 10011001 111010 1000001

Color Harmonies of #74DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAAC

Black with #74DAAC

Text Example


Text Example

White with #74DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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