Html Css Color HEX #74DA9F Medium Aquamarine

📋 copy color: '#74DA9F'

red 116 ◦ green 218 ◦ blue 159

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

Shades of Medium Aquamarine #74DA9F

Tints of Medium Aquamarine #74DA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 23.53%
G = 44.22%
B = 32.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#74DA9F (or 0x74DA9F) is known color: Medium Aquamarine. HEX triplet: 74, DA and 9F. RGB value is (116,218,159). Sum of RGB (Red+Green+Blue) = 116+218+159=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DA9F is #8B2560. Grayscale: #B4B4B4. Windows color (decimal): -9119073 or 10476148. OLE color: 10476148.

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

Color convert

RGB 116 218 159 -
CMYK 0.47 0 0.27 0.15
HSL 145.29º 0.58% 0.65% -
HSV(B) 145.29º 0.47% 0.85% -
XYZ 38.53 56.36 41.65 -
YUV 180.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 116 218 159 0.47 0 0.27 0.15 145.29 0.58 0.65
Hex 74 DA 9F 2F 0 1B F 91 3A 41
Octal 164 332 237 57 0 33 17 221 72 101
Binary 1110100 11011010 10011111 101111 0 11011 1111 10010001 111010 1000001

Color Harmonies of #74DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA9F

Black with #74DA9F

Text Example


Text Example

White with #74DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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