Html Css Color HEX #74DCA3 Medium Aquamarine

📋 copy color: '#74DCA3'

red 116 ◦ green 220 ◦ blue 163

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

Shades of Medium Aquamarine #74DCA3

Tints of Medium Aquamarine #74DCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.67%

R = 23.25%
G = 44.09%
B = 32.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#74DCA3 (or 0x74DCA3) is known color: Medium Aquamarine. HEX triplet: 74, DC and A3. RGB value is (116,220,163). Sum of RGB (Red+Green+Blue) = 116+220+163=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCA3 is #8B235C. Grayscale: #B6B6B6. Windows color (decimal): -9118557 or 10738804. OLE color: 10738804.

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

Color convert

RGB 116 220 163 -
CMYK 0.47 0 0.26 0.14
HSL 147.12º 0.6% 0.66% -
HSV(B) 147.12º 0.47% 0.86% -
XYZ 39.41 57.54 43.68 -
YUV 182.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 116 220 163 0.47 0 0.26 0.14 147.12 0.6 0.66
Hex 74 DC A3 2F 0 1A E 93 3C 42
Octal 164 334 243 57 0 32 16 223 74 102
Binary 1110100 11011100 10100011 101111 0 11010 1110 10010011 111100 1000010

Color Harmonies of #74DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCA3

Black with #74DCA3

Text Example


Text Example

White with #74DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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