Html Css Color HEX #74EBA2 Medium Aquamarine

📋 copy color: '#74EBA2'

red 116 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #74EBA2

Tints of Medium Aquamarine #74EBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.58%

R = 22.61%
G = 45.81%
B = 31.58%

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

#74EBA2 (or 0x74EBA2) is known color: Medium Aquamarine. HEX triplet: 74, EB and A2. RGB value is (116,235,162). Sum of RGB (Red+Green+Blue) = 116+235+162=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBA2 is #8B145D. Grayscale: #BFBFBF. Windows color (decimal): -9114718 or 10677108. OLE color: 10677108.

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

Color convert

RGB 116 235 162 -
CMYK 0.51 0 0.31 0.08
HSL 143.19º 0.75% 0.69% -
HSV(B) 143.19º 0.51% 0.92% -
XYZ 43.43 65.74 44.58 -
YUV 191.1 111.58 74.44 -
System Red Green Blue C M Y K H S L
Decimal 116 235 162 0.51 0 0.31 0.08 143.19 0.75 0.69
Hex 74 EB A2 33 0 1F 8 8F 4B 45
Octal 164 353 242 63 0 37 10 217 113 105
Binary 1110100 11101011 10100010 110011 0 11111 1000 10001111 1001011 1000101

Color Harmonies of #74EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBA2

Black with #74EBA2

Text Example


Text Example

White with #74EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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