Html Css Color HEX #74CEA6 Medium Aquamarine

📋 copy color: '#74CEA6'

red 116 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #74CEA6

Tints of Medium Aquamarine #74CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 23.77%
G = 42.21%
B = 34.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#74CEA6 (or 0x74CEA6) is known color: Medium Aquamarine. HEX triplet: 74, CE and A6. RGB value is (116,206,166). Sum of RGB (Red+Green+Blue) = 116+206+166=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEA6 is #8B3159. Grayscale: #AEAEAE. Windows color (decimal): -9122138 or 10931828. OLE color: 10931828.

HSL color Cylindrical-coordinate representation of color #74CEA6: hue angle of 153.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEA6 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 166 -
CMYK 0.44 0 0.19 0.19
HSL 153.33º 0.48% 0.63% -
HSV(B) 153.33º 0.44% 0.81% -
XYZ 36.16 50.61 43.94 -
YUV 174.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 116 206 166 0.44 0 0.19 0.19 153.33 0.48 0.63
Hex 74 CE A6 2C 0 13 13 99 30 3F
Octal 164 316 246 54 0 23 23 231 60 77
Binary 1110100 11001110 10100110 101100 0 10011 10011 10011001 110000 111111

Color Harmonies of #74CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEA6

Black with #74CEA6

Text Example


Text Example

White with #74CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,166); }

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

background-color css

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

 a { background-color: rgb(116,206,166); }

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

border-color css

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

 span { border-color: rgb(116,206,166); }

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