Html Css Color HEX #74E7B1 Medium Aquamarine

📋 copy color: '#74E7B1'

red 116 ◦ green 231 ◦ blue 177

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

Shades of Medium Aquamarine #74E7B1

Tints of Medium Aquamarine #74E7B1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 22.14%
G = 44.08%
B = 33.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#74E7B1 (or 0x74E7B1) is known color: Medium Aquamarine. HEX triplet: 74, E7 and B1. RGB value is (116,231,177). Sum of RGB (Red+Green+Blue) = 116+231+177=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E7B1 is #8B184E. Grayscale: #BEBEBE. Windows color (decimal): -9115727 or 11659124. OLE color: 11659124.

HSL color Cylindrical-coordinate representation of color #74E7B1: hue angle of 151.83º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E7B1 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 231 177 -
CMYK 0.50 0 0.23 0.09
HSL 151.83º 0.71% 0.68% -
HSV(B) 151.83º 0.5% 0.91% -
XYZ 43.71 64.04 51.65 -
YUV 190.46 120.4 74.89 -
System Red Green Blue C M Y K H S L
Decimal 116 231 177 0.50 0 0.23 0.09 151.83 0.71 0.68
Hex 74 E7 B1 32 0 17 9 98 47 44
Octal 164 347 261 62 0 27 11 230 107 104
Binary 1110100 11100111 10110001 110010 0 10111 1001 10011000 1000111 1000100

Color Harmonies of #74E7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E7B1

Black with #74E7B1

Text Example


Text Example

White with #74E7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,231,177); }

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

background-color css

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

 a { background-color: rgb(116,231,177); }

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

border-color css

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

 span { border-color: rgb(116,231,177); }

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