Html Css Color HEX #74DFAB Medium Aquamarine

📋 copy color: '#74DFAB'

red 116 ◦ green 223 ◦ blue 171

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

Shades of Medium Aquamarine #74DFAB

Tints of Medium Aquamarine #74DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 22.75%
G = 43.73%
B = 33.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#74DFAB (or 0x74DFAB) is known color: Medium Aquamarine. HEX triplet: 74, DF and AB. RGB value is (116,223,171). Sum of RGB (Red+Green+Blue) = 116+223+171=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFAB is #8B2054. Grayscale: #B9B9B9. Windows color (decimal): -9117781 or 11263860. OLE color: 11263860.

HSL color Cylindrical-coordinate representation of color #74DFAB: hue angle of 150.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFAB is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 171 -
CMYK 0.48 0 0.23 0.13
HSL 150.84º 0.63% 0.66% -
HSV(B) 150.84º 0.48% 0.87% -
XYZ 40.94 59.43 47.84 -
YUV 185.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 116 223 171 0.48 0 0.23 0.13 150.84 0.63 0.66
Hex 74 DF AB 30 0 17 D 97 3F 42
Octal 164 337 253 60 0 27 15 227 77 102
Binary 1110100 11011111 10101011 110000 0 10111 1101 10010111 111111 1000010

Color Harmonies of #74DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFAB

Black with #74DFAB

Text Example


Text Example

White with #74DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,171); }

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

background-color css

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

 a { background-color: rgb(116,223,171); }

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

border-color css

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

 span { border-color: rgb(116,223,171); }

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