Html Css Color HEX #74CEAD Medium Aquamarine

📋 copy color: '#74CEAD'

red 116 ◦ green 206 ◦ blue 173

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

Shades of Medium Aquamarine #74CEAD

Tints of Medium Aquamarine #74CEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 23.43%
G = 41.62%
B = 34.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#74CEAD (or 0x74CEAD) is known color: Medium Aquamarine. HEX triplet: 74, CE and AD. RGB value is (116,206,173). Sum of RGB (Red+Green+Blue) = 116+206+173=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEAD is #8B3152. Grayscale: #AFAFAF. Windows color (decimal): -9122131 or 11390580. OLE color: 11390580.

HSL color Cylindrical-coordinate representation of color #74CEAD: hue angle of 158º 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 #74CEAD is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 173 -
CMYK 0.44 0 0.16 0.19
HSL 158º 0.48% 0.63% -
HSV(B) 158º 0.44% 0.81% -
XYZ 36.82 50.87 47.41 -
YUV 175.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 116 206 173 0.44 0 0.16 0.19 158 0.48 0.63
Hex 74 CE AD 2C 0 10 13 9E 30 3F
Octal 164 316 255 54 0 20 23 236 60 77
Binary 1110100 11001110 10101101 101100 0 10000 10011 10011110 110000 111111

Color Harmonies of #74CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEAD

Black with #74CEAD

Text Example


Text Example

White with #74CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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