Html Css Color HEX #74DAAA Medium Aquamarine

📋 copy color: '#74DAAA'

red 116 ◦ green 218 ◦ blue 170

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

Shades of Medium Aquamarine #74DAAA

Tints of Medium Aquamarine #74DAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 23.02%
G = 43.25%
B = 33.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#74DAAA (or 0x74DAAA) is known color: Medium Aquamarine. HEX triplet: 74, DA and AA. RGB value is (116,218,170). Sum of RGB (Red+Green+Blue) = 116+218+170=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DAAA is #8B2555. Grayscale: #B6B6B6. Windows color (decimal): -9119062 or 11197044. OLE color: 11197044.

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

Color convert

RGB 116 218 170 -
CMYK 0.47 0 0.22 0.15
HSL 151.76º 0.58% 0.65% -
HSV(B) 151.76º 0.47% 0.85% -
XYZ 39.53 56.76 46.9 -
YUV 182.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 116 218 170 0.47 0 0.22 0.15 151.76 0.58 0.65
Hex 74 DA AA 2F 0 16 F 98 3A 41
Octal 164 332 252 57 0 26 17 230 72 101
Binary 1110100 11011010 10101010 101111 0 10110 1111 10011000 111010 1000001

Color Harmonies of #74DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAAA

Black with #74DAAA

Text Example


Text Example

White with #74DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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