Html Css Color HEX #74D7A8 Medium Aquamarine

📋 copy color: '#74D7A8'

red 116 ◦ green 215 ◦ blue 168

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

Shades of Medium Aquamarine #74D7A8

Tints of Medium Aquamarine #74D7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 23.25%
G = 43.09%
B = 33.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#74D7A8 (or 0x74D7A8) is known color: Medium Aquamarine. HEX triplet: 74, D7 and A8. RGB value is (116,215,168). Sum of RGB (Red+Green+Blue) = 116+215+168=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D7A8 is #8B2857. Grayscale: #B4B4B4. Windows color (decimal): -9119832 or 11065204. OLE color: 11065204.

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

Color convert

RGB 116 215 168 -
CMYK 0.46 0 0.22 0.16
HSL 151.52º 0.55% 0.65% -
HSV(B) 151.52º 0.46% 0.84% -
XYZ 38.57 55.14 45.66 -
YUV 180.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 116 215 168 0.46 0 0.22 0.16 151.52 0.55 0.65
Hex 74 D7 A8 2E 0 16 10 98 37 41
Octal 164 327 250 56 0 26 20 230 67 101
Binary 1110100 11010111 10101000 101110 0 10110 10000 10011000 110111 1000001

Color Harmonies of #74D7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D7A8

Black with #74D7A8

Text Example


Text Example

White with #74D7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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