Html Css Color HEX #74EBA0 Medium Aquamarine

📋 copy color: '#74EBA0'

red 116 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #74EBA0

Tints of Medium Aquamarine #74EBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 22.7%
G = 45.99%
B = 31.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#74EBA0 (or 0x74EBA0) is known color: Medium Aquamarine. HEX triplet: 74, EB and A0. RGB value is (116,235,160). Sum of RGB (Red+Green+Blue) = 116+235+160=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBA0 is #8B145F. Grayscale: #BFBFBF. Windows color (decimal): -9114720 or 10546036. OLE color: 10546036.

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

Color convert

RGB 116 235 160 -
CMYK 0.51 0 0.32 0.08
HSL 142.18º 0.75% 0.69% -
HSV(B) 142.18º 0.51% 0.92% -
XYZ 43.26 65.67 43.65 -
YUV 190.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 116 235 160 0.51 0 0.32 0.08 142.18 0.75 0.69
Hex 74 EB A0 33 0 20 8 8E 4B 45
Octal 164 353 240 63 0 40 10 216 113 105
Binary 1110100 11101011 10100000 110011 0 100000 1000 10001110 1001011 1000101

Color Harmonies of #74EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBA0

Black with #74EBA0

Text Example


Text Example

White with #74EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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