Html Css Color HEX #74DCAC Medium Aquamarine

📋 copy color: '#74DCAC'

red 116 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #74DCAC

Tints of Medium Aquamarine #74DCAC

RGB

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

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

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

R = 22.83%
G = 43.31%
B = 33.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#74DCAC (or 0x74DCAC) is known color: Medium Aquamarine. HEX triplet: 74, DC and AC. RGB value is (116,220,172). Sum of RGB (Red+Green+Blue) = 116+220+172=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCAC is #8B2353. Grayscale: #B7B7B7. Windows color (decimal): -9118548 or 11328628. OLE color: 11328628.

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

Color convert

RGB 116 220 172 -
CMYK 0.47 0 0.22 0.14
HSL 152.31º 0.6% 0.66% -
HSV(B) 152.31º 0.47% 0.86% -
XYZ 40.24 57.88 48.08 -
YUV 183.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 116 220 172 0.47 0 0.22 0.14 152.31 0.6 0.66
Hex 74 DC AC 2F 0 16 E 98 3C 42
Octal 164 334 254 57 0 26 16 230 74 102
Binary 1110100 11011100 10101100 101111 0 10110 1110 10011000 111100 1000010

Color Harmonies of #74DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCAC

Black with #74DCAC

Text Example


Text Example

White with #74DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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