Html Css Color HEX #74EBA9 Medium Aquamarine

📋 copy color: '#74EBA9'

red 116 ◦ green 235 ◦ blue 169

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

Shades of Medium Aquamarine #74EBA9

Tints of Medium Aquamarine #74EBA9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 22.31%
G = 45.19%
B = 32.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#74EBA9 (or 0x74EBA9) is known color: Medium Aquamarine. HEX triplet: 74, EB and A9. RGB value is (116,235,169). Sum of RGB (Red+Green+Blue) = 116+235+169=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBA9 is #8B1456. Grayscale: #C0C0C0. Windows color (decimal): -9114711 or 11135860. OLE color: 11135860.

HSL color Cylindrical-coordinate representation of color #74EBA9: hue angle of 146.72º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBA9 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 169 -
CMYK 0.51 0 0.28 0.08
HSL 146.72º 0.75% 0.69% -
HSV(B) 146.72º 0.51% 0.92% -
XYZ 44.07 65.99 47.95 -
YUV 191.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 116 235 169 0.51 0 0.28 0.08 146.72 0.75 0.69
Hex 74 EB A9 33 0 1C 8 93 4B 45
Octal 164 353 251 63 0 34 10 223 113 105
Binary 1110100 11101011 10101001 110011 0 11100 1000 10010011 1001011 1000101

Color Harmonies of #74EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBA9

Black with #74EBA9

Text Example


Text Example

White with #74EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,235,169); }

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

background-color css

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

 a { background-color: rgb(116,235,169); }

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

border-color css

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

 span { border-color: rgb(116,235,169); }

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