Html Css Color HEX #74CCAC Medium Aquamarine

📋 copy color: '#74CCAC'

red 116 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #74CCAC

Tints of Medium Aquamarine #74CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 23.58%
G = 41.46%
B = 34.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#74CCAC (or 0x74CCAC) is known color: Medium Aquamarine. HEX triplet: 74, CC and AC. RGB value is (116,204,172). Sum of RGB (Red+Green+Blue) = 116+204+172=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CCAC is #8B3353. Grayscale: #AEAEAE. Windows color (decimal): -9122644 or 11324532. OLE color: 11324532.

HSL color Cylindrical-coordinate representation of color #74CCAC: hue angle of 158.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCAC is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 172 -
CMYK 0.43 0 0.16 0.2
HSL 158.18º 0.46% 0.63% -
HSV(B) 158.18º 0.43% 0.8% -
XYZ 36.24 49.88 46.75 -
YUV 174.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 116 204 172 0.43 0 0.16 0.2 158.18 0.46 0.63
Hex 74 CC AC 2B 0 10 14 9E 2E 3F
Octal 164 314 254 53 0 20 24 236 56 77
Binary 1110100 11001100 10101100 101011 0 10000 10100 10011110 101110 111111

Color Harmonies of #74CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCAC

Black with #74CCAC

Text Example


Text Example

White with #74CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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