Html Css Color HEX #74D7AF Medium Aquamarine

📋 copy color: '#74D7AF'

red 116 ◦ green 215 ◦ blue 175

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

Shades of Medium Aquamarine #74D7AF

Tints of Medium Aquamarine #74D7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 22.92%
G = 42.49%
B = 34.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#74D7AF (or 0x74D7AF) is known color: Medium Aquamarine. HEX triplet: 74, D7 and AF. RGB value is (116,215,175). Sum of RGB (Red+Green+Blue) = 116+215+175=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D7AF is #8B2850. Grayscale: #B4B4B4. Windows color (decimal): -9119825 or 11523956. OLE color: 11523956.

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

Color convert

RGB 116 215 175 -
CMYK 0.46 0 0.19 0.16
HSL 155.76º 0.55% 0.65% -
HSV(B) 155.76º 0.46% 0.84% -
XYZ 39.24 55.41 49.18 -
YUV 180.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 116 215 175 0.46 0 0.19 0.16 155.76 0.55 0.65
Hex 74 D7 AF 2E 0 13 10 9C 37 41
Octal 164 327 257 56 0 23 20 234 67 101
Binary 1110100 11010111 10101111 101110 0 10011 10000 10011100 110111 1000001

Color Harmonies of #74D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D7AF

Black with #74D7AF

Text Example


Text Example

White with #74D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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