Html Css Color HEX #74EBA1 Medium Aquamarine

📋 copy color: '#74EBA1'

red 116 ◦ green 235 ◦ blue 161

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

Shades of Medium Aquamarine #74EBA1

Tints of Medium Aquamarine #74EBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.45%

R = 22.66%
G = 45.9%
B = 31.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#74EBA1 (or 0x74EBA1) is known color: Medium Aquamarine. HEX triplet: 74, EB and A1. RGB value is (116,235,161). Sum of RGB (Red+Green+Blue) = 116+235+161=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBA1 is #8B145E. Grayscale: #BFBFBF. Windows color (decimal): -9114719 or 10611572. OLE color: 10611572.

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

Color convert

RGB 116 235 161 -
CMYK 0.51 0 0.31 0.08
HSL 142.69º 0.75% 0.69% -
HSV(B) 142.69º 0.51% 0.92% -
XYZ 43.34 65.7 44.12 -
YUV 190.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 116 235 161 0.51 0 0.31 0.08 142.69 0.75 0.69
Hex 74 EB A1 33 0 1F 8 8F 4B 45
Octal 164 353 241 63 0 37 10 217 113 105
Binary 1110100 11101011 10100001 110011 0 11111 1000 10001111 1001011 1000101

Color Harmonies of #74EBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBA1

Black with #74EBA1

Text Example


Text Example

White with #74EBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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