Html Css Color HEX #74DF9A Medium Aquamarine

📋 copy color: '#74DF9A'

red 116 ◦ green 223 ◦ blue 154

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

Shades of Medium Aquamarine #74DF9A

Tints of Medium Aquamarine #74DF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 23.53%
G = 45.23%
B = 31.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#74DF9A (or 0x74DF9A) is known color: Medium Aquamarine. HEX triplet: 74, DF and 9A. RGB value is (116,223,154). Sum of RGB (Red+Green+Blue) = 116+223+154=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF9A is #8B2065. Grayscale: #B7B7B7. Windows color (decimal): -9117798 or 10149748. OLE color: 10149748.

HSL color Cylindrical-coordinate representation of color #74DF9A: hue angle of 141.31º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF9A is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 154 -
CMYK 0.48 0 0.31 0.13
HSL 141.31º 0.63% 0.66% -
HSV(B) 141.31º 0.48% 0.87% -
XYZ 39.42 58.82 39.85 -
YUV 183.14 111.55 80.11 -
System Red Green Blue C M Y K H S L
Decimal 116 223 154 0.48 0 0.31 0.13 141.31 0.63 0.66
Hex 74 DF 9A 30 0 1F D 8D 3F 42
Octal 164 337 232 60 0 37 15 215 77 102
Binary 1110100 11011111 10011010 110000 0 11111 1101 10001101 111111 1000010

Color Harmonies of #74DF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF9A

Black with #74DF9A

Text Example


Text Example

White with #74DF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,154); }

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

background-color css

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

 a { background-color: rgb(116,223,154); }

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

border-color css

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

 span { border-color: rgb(116,223,154); }

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