Html Css Color HEX #74E2AB Medium Aquamarine

📋 copy color: '#74E2AB'

red 116 ◦ green 226 ◦ blue 171

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

Shades of Medium Aquamarine #74E2AB

Tints of Medium Aquamarine #74E2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 22.61%
G = 44.05%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#74E2AB (or 0x74E2AB) is known color: Medium Aquamarine. HEX triplet: 74, E2 and AB. RGB value is (116,226,171). Sum of RGB (Red+Green+Blue) = 116+226+171=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E2AB is #8B1D54. Grayscale: #BABABA. Windows color (decimal): -9117013 or 11264628. OLE color: 11264628.

HSL color Cylindrical-coordinate representation of color #74E2AB: hue angle of 150º 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 #74E2AB is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 226 171 -
CMYK 0.49 0 0.24 0.11
HSL 150º 0.65% 0.67% -
HSV(B) 150º 0.49% 0.89% -
XYZ 41.75 61.05 48.11 -
YUV 186.84 119.06 77.47 -
System Red Green Blue C M Y K H S L
Decimal 116 226 171 0.49 0 0.24 0.11 150 0.65 0.67
Hex 74 E2 AB 31 0 18 B 96 41 43
Octal 164 342 253 61 0 30 13 226 101 103
Binary 1110100 11100010 10101011 110001 0 11000 1011 10010110 1000001 1000011

Color Harmonies of #74E2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E2AB

Black with #74E2AB

Text Example


Text Example

White with #74E2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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