Html Css Color HEX #74D6AF Medium Aquamarine

📋 copy color: '#74D6AF'

red 116 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #74D6AF

Tints of Medium Aquamarine #74D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 22.97%
G = 42.38%
B = 34.65%

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

#74D6AF (or 0x74D6AF) is known color: Medium Aquamarine. HEX triplet: 74, D6 and AF. RGB value is (116,214,175). Sum of RGB (Red+Green+Blue) = 116+214+175=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6AF is #8B2950. Grayscale: #B4B4B4. Windows color (decimal): -9120081 or 11523700. OLE color: 11523700.

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

Color convert

RGB 116 214 175 -
CMYK 0.46 0 0.18 0.16
HSL 156.12º 0.54% 0.65% -
HSV(B) 156.12º 0.46% 0.84% -
XYZ 38.99 54.9 49.1 -
YUV 180.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 116 214 175 0.46 0 0.18 0.16 156.12 0.54 0.65
Hex 74 D6 AF 2E 0 12 10 9C 36 41
Octal 164 326 257 56 0 22 20 234 66 101
Binary 1110100 11010110 10101111 101110 0 10010 10000 10011100 110110 1000001

Color Harmonies of #74D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6AF

Black with #74D6AF

Text Example


Text Example

White with #74D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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