Html Css Color HEX #74D5AF Medium Aquamarine

📋 copy color: '#74D5AF'

red 116 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #74D5AF

Tints of Medium Aquamarine #74D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 23.02%
G = 42.26%
B = 34.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#74D5AF (or 0x74D5AF) is known color: Medium Aquamarine. HEX triplet: 74, D5 and AF. RGB value is (116,213,175). Sum of RGB (Red+Green+Blue) = 116+213+175=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D5AF is #8B2A50. Grayscale: #B3B3B3. Windows color (decimal): -9120337 or 11523444. OLE color: 11523444.

HSL color Cylindrical-coordinate representation of color #74D5AF: hue angle of 156.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5AF is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 213 175 -
CMYK 0.46 0 0.18 0.16
HSL 156.49º 0.54% 0.65% -
HSV(B) 156.49º 0.46% 0.84% -
XYZ 38.73 54.4 49.02 -
YUV 179.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 116 213 175 0.46 0 0.18 0.16 156.49 0.54 0.65
Hex 74 D5 AF 2E 0 12 10 9C 36 41
Octal 164 325 257 56 0 22 20 234 66 101
Binary 1110100 11010101 10101111 101110 0 10010 10000 10011100 110110 1000001

Color Harmonies of #74D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D5AF

Black with #74D5AF

Text Example


Text Example

White with #74D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,213,175); }

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

background-color css

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

 a { background-color: rgb(116,213,175); }

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

border-color css

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

 span { border-color: rgb(116,213,175); }

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