Html Css Color HEX #74D9A2 Medium Aquamarine

📋 copy color: '#74D9A2'

red 116 ◦ green 217 ◦ blue 162

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

Shades of Medium Aquamarine #74D9A2

Tints of Medium Aquamarine #74D9A2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 23.43%
G = 43.84%
B = 32.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#74D9A2 (or 0x74D9A2) is known color: Medium Aquamarine. HEX triplet: 74, D9 and A2. RGB value is (116,217,162). Sum of RGB (Red+Green+Blue) = 116+217+162=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D9A2 is #8B265D. Grayscale: #B4B4B4. Windows color (decimal): -9119326 or 10672500. OLE color: 10672500.

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

Color convert

RGB 116 217 162 -
CMYK 0.47 0 0.25 0.15
HSL 147.33º 0.57% 0.65% -
HSV(B) 147.33º 0.47% 0.85% -
XYZ 38.54 55.95 42.95 -
YUV 180.53 117.54 81.97 -
System Red Green Blue C M Y K H S L
Decimal 116 217 162 0.47 0 0.25 0.15 147.33 0.57 0.65
Hex 74 D9 A2 2F 0 19 F 93 39 41
Octal 164 331 242 57 0 31 17 223 71 101
Binary 1110100 11011001 10100010 101111 0 11001 1111 10010011 111001 1000001

Color Harmonies of #74D9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9A2

Black with #74D9A2

Text Example


Text Example

White with #74D9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,217,162); }

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

background-color css

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

 a { background-color: rgb(116,217,162); }

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

border-color css

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

 span { border-color: rgb(116,217,162); }

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