Html Css Color HEX #74EDA1 Medium Aquamarine

📋 copy color: '#74EDA1'

red 116 ◦ green 237 ◦ blue 161

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

Shades of Medium Aquamarine #74EDA1

Tints of Medium Aquamarine #74EDA1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

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

R = 22.57%
G = 46.11%
B = 31.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#74EDA1 (or 0x74EDA1) is known color: Medium Aquamarine. HEX triplet: 74, ED and A1. RGB value is (116,237,161). Sum of RGB (Red+Green+Blue) = 116+237+161=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EDA1 is #8B125E. Grayscale: #C0C0C0. Windows color (decimal): -9114207 or 10612084. OLE color: 10612084.

HSL color Cylindrical-coordinate representation of color #74EDA1: hue angle of 142.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EDA1 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 161 -
CMYK 0.51 0 0.32 0.07
HSL 142.31º 0.77% 0.69% -
HSV(B) 142.31º 0.51% 0.93% -
XYZ 43.92 66.85 44.31 -
YUV 192.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 116 237 161 0.51 0 0.32 0.07 142.31 0.77 0.69
Hex 74 ED A1 33 0 20 7 8E 4D 45
Octal 164 355 241 63 0 40 7 216 115 105
Binary 1110100 11101101 10100001 110011 0 100000 111 10001110 1001101 1000101

Color Harmonies of #74EDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDA1

Black with #74EDA1

Text Example


Text Example

White with #74EDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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