Html Css Color HEX #74EDA2 Medium Aquamarine

📋 copy color: '#74EDA2'

red 116 ◦ green 237 ◦ blue 162

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

Shades of Medium Aquamarine #74EDA2

Tints of Medium Aquamarine #74EDA2

RGB

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

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

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

R = 22.52%
G = 46.02%
B = 31.46%

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

#74EDA2 (or 0x74EDA2) is known color: Medium Aquamarine. HEX triplet: 74, ED and A2. RGB value is (116,237,162). Sum of RGB (Red+Green+Blue) = 116+237+162=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EDA2 is #8B125D. Grayscale: #C0C0C0. Windows color (decimal): -9114206 or 10677620. OLE color: 10677620.

HSL color Cylindrical-coordinate representation of color #74EDA2: hue angle of 142.81º 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 #74EDA2 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 162 -
CMYK 0.51 0 0.32 0.07
HSL 142.81º 0.77% 0.69% -
HSV(B) 142.81º 0.51% 0.93% -
XYZ 44.01 66.89 44.77 -
YUV 192.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 116 237 162 0.51 0 0.32 0.07 142.81 0.77 0.69
Hex 74 ED A2 33 0 20 7 8F 4D 45
Octal 164 355 242 63 0 40 7 217 115 105
Binary 1110100 11101101 10100010 110011 0 100000 111 10001111 1001101 1000101

Color Harmonies of #74EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDA2

Black with #74EDA2

Text Example


Text Example

White with #74EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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