Html Css Color HEX #74D89C Medium Aquamarine

📋 copy color: '#74D89C'

red 116 ◦ green 216 ◦ blue 156

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

Shades of Medium Aquamarine #74D89C

Tints of Medium Aquamarine #74D89C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 156 (61.33% from 255) = 31.97%

R = 23.77%
G = 44.26%
B = 31.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#74D89C (or 0x74D89C) is known color: Medium Aquamarine. HEX triplet: 74, D8 and 9C. RGB value is (116,216,156). Sum of RGB (Red+Green+Blue) = 116+216+156=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #74D89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D89C is #8B2763. Grayscale: #B3B3B3. Windows color (decimal): -9119588 or 10279028. OLE color: 10279028.

HSL color Cylindrical-coordinate representation of color #74D89C: hue angle of 144º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D89C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 156 -
CMYK 0.46 0 0.28 0.15
HSL 144º 0.56% 0.65% -
HSV(B) 144º 0.46% 0.85% -
XYZ 37.76 55.23 40.12 -
YUV 179.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 116 216 156 0.46 0 0.28 0.15 144 0.56 0.65
Hex 74 D8 9C 2E 0 1C F 90 38 41
Octal 164 330 234 56 0 34 17 220 70 101
Binary 1110100 11011000 10011100 101110 0 11100 1111 10010000 111000 1000001

Color Harmonies of #74D89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D89C

Black with #74D89C

Text Example


Text Example

White with #74D89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,156); }

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

background-color css

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

 a { background-color: rgb(116,216,156); }

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

border-color css

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

 span { border-color: rgb(116,216,156); }

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