Html Css Color HEX #74E2B0 Medium Aquamarine

📋 copy color: '#74E2B0'

red 116 ◦ green 226 ◦ blue 176

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

Shades of Medium Aquamarine #74E2B0

Tints of Medium Aquamarine #74E2B0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.63%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 22.39%
G = 43.63%
B = 33.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#74E2B0 (or 0x74E2B0) is known color: Medium Aquamarine. HEX triplet: 74, E2 and B0. RGB value is (116,226,176). Sum of RGB (Red+Green+Blue) = 116+226+176=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E2B0 is #8B1D4F. Grayscale: #BBBBBB. Windows color (decimal): -9117008 or 11592308. OLE color: 11592308.

HSL color Cylindrical-coordinate representation of color #74E2B0: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E2B0 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 226 176 -
CMYK 0.49 0 0.22 0.11
HSL 152.73º 0.65% 0.67% -
HSV(B) 152.73º 0.49% 0.89% -
XYZ 42.24 61.24 50.67 -
YUV 187.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 116 226 176 0.49 0 0.22 0.11 152.73 0.65 0.67
Hex 74 E2 B0 31 0 16 B 99 41 43
Octal 164 342 260 61 0 26 13 231 101 103
Binary 1110100 11100010 10110000 110001 0 10110 1011 10011001 1000001 1000011

Color Harmonies of #74E2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E2B0

Black with #74E2B0

Text Example


Text Example

White with #74E2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,226,176); }

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

background-color css

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

 a { background-color: rgb(116,226,176); }

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

border-color css

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

 span { border-color: rgb(116,226,176); }

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