Html Css Color HEX #74EBA5 Medium Aquamarine

📋 copy color: '#74EBA5'

red 116 ◦ green 235 ◦ blue 165

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

Shades of Medium Aquamarine #74EBA5

Tints of Medium Aquamarine #74EBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 22.48%
G = 45.54%
B = 31.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#74EBA5 (or 0x74EBA5) is known color: Medium Aquamarine. HEX triplet: 74, EB and A5. RGB value is (116,235,165). Sum of RGB (Red+Green+Blue) = 116+235+165=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBA5 is #8B145A. Grayscale: #BFBFBF. Windows color (decimal): -9114715 or 10873716. OLE color: 10873716.

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

Color convert

RGB 116 235 165 -
CMYK 0.51 0 0.30 0.08
HSL 144.71º 0.75% 0.69% -
HSV(B) 144.71º 0.51% 0.92% -
XYZ 43.7 65.85 46 -
YUV 191.44 113.08 74.19 -
System Red Green Blue C M Y K H S L
Decimal 116 235 165 0.51 0 0.30 0.08 144.71 0.75 0.69
Hex 74 EB A5 33 0 1E 8 91 4B 45
Octal 164 353 245 63 0 36 10 221 113 105
Binary 1110100 11101011 10100101 110011 0 11110 1000 10010001 1001011 1000101

Color Harmonies of #74EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBA5

Black with #74EBA5

Text Example


Text Example

White with #74EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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