Html Css Color HEX #74EAB2 Medium Aquamarine

📋 copy color: '#74EAB2'

red 116 ◦ green 234 ◦ blue 178

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

Shades of Medium Aquamarine #74EAB2

Tints of Medium Aquamarine #74EAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.32%

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 21.97%
G = 44.32%
B = 33.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#74EAB2 (or 0x74EAB2) is known color: Medium Aquamarine. HEX triplet: 74, EA and B2. RGB value is (116,234,178). Sum of RGB (Red+Green+Blue) = 116+234+178=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EAB2 is #8B154D. Grayscale: #C0C0C0. Windows color (decimal): -9114958 or 11725428. OLE color: 11725428.

HSL color Cylindrical-coordinate representation of color #74EAB2: hue angle of 151.53º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 178 -
CMYK 0.50 0 0.24 0.08
HSL 151.53º 0.74% 0.69% -
HSV(B) 151.53º 0.5% 0.92% -
XYZ 44.66 65.77 52.46 -
YUV 192.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 116 234 178 0.50 0 0.24 0.08 151.53 0.74 0.69
Hex 74 EA B2 32 0 18 8 98 4A 45
Octal 164 352 262 62 0 30 10 230 112 105
Binary 1110100 11101010 10110010 110010 0 11000 1000 10011000 1001010 1000101

Color Harmonies of #74EAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EAB2

Black with #74EAB2

Text Example


Text Example

White with #74EAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,178); }

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

background-color css

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

 a { background-color: rgb(116,234,178); }

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

border-color css

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

 span { border-color: rgb(116,234,178); }

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