Html Css Color HEX #74D3A1 Medium Aquamarine

📋 copy color: '#74D3A1'

red 116 ◦ green 211 ◦ blue 161

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

Shades of Medium Aquamarine #74D3A1

Tints of Medium Aquamarine #74D3A1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.24%

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 23.77%
G = 43.24%
B = 32.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#74D3A1 (or 0x74D3A1) is known color: Medium Aquamarine. HEX triplet: 74, D3 and A1. RGB value is (116,211,161). Sum of RGB (Red+Green+Blue) = 116+211+161=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D3A1 is #8B2C5E. Grayscale: #B1B1B1. Windows color (decimal): -9120863 or 10605428. OLE color: 10605428.

HSL color Cylindrical-coordinate representation of color #74D3A1: hue angle of 148.42º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D3A1 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 211 161 -
CMYK 0.45 0 0.24 0.17
HSL 148.42º 0.52% 0.64% -
HSV(B) 148.42º 0.45% 0.83% -
XYZ 36.93 52.87 41.98 -
YUV 176.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 116 211 161 0.45 0 0.24 0.17 148.42 0.52 0.64
Hex 74 D3 A1 2D 0 18 11 94 34 40
Octal 164 323 241 55 0 30 21 224 64 100
Binary 1110100 11010011 10100001 101101 0 11000 10001 10010100 110100 1000000

Color Harmonies of #74D3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D3A1

Black with #74D3A1

Text Example


Text Example

White with #74D3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,211,161); }

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

background-color css

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

 a { background-color: rgb(116,211,161); }

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

border-color css

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

 span { border-color: rgb(116,211,161); }

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