Html Css Color HEX #74DCA6 Medium Aquamarine

📋 copy color: '#74DCA6'

red 116 ◦ green 220 ◦ blue 166

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

Shades of Medium Aquamarine #74DCA6

Tints of Medium Aquamarine #74DCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 23.11%
G = 43.82%
B = 33.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#74DCA6 (or 0x74DCA6) is known color: Medium Aquamarine. HEX triplet: 74, DC and A6. RGB value is (116,220,166). Sum of RGB (Red+Green+Blue) = 116+220+166=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCA6 is #8B2359. Grayscale: #B6B6B6. Windows color (decimal): -9118554 or 10935412. OLE color: 10935412.

HSL color Cylindrical-coordinate representation of color #74DCA6: hue angle of 148.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCA6 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 166 -
CMYK 0.47 0 0.25 0.14
HSL 148.85º 0.6% 0.66% -
HSV(B) 148.85º 0.47% 0.86% -
XYZ 39.68 57.65 45.11 -
YUV 182.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 116 220 166 0.47 0 0.25 0.14 148.85 0.6 0.66
Hex 74 DC A6 2F 0 19 E 95 3C 42
Octal 164 334 246 57 0 31 16 225 74 102
Binary 1110100 11011100 10100110 101111 0 11001 1110 10010101 111100 1000010

Color Harmonies of #74DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCA6

Black with #74DCA6

Text Example


Text Example

White with #74DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,166); }

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

background-color css

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

 a { background-color: rgb(116,220,166); }

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

border-color css

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

 span { border-color: rgb(116,220,166); }

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