Html Css Color HEX #74DE9F Medium Aquamarine

📋 copy color: '#74DE9F'

red 116 ◦ green 222 ◦ blue 159

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

Shades of Medium Aquamarine #74DE9F

Tints of Medium Aquamarine #74DE9F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 23.34%
G = 44.67%
B = 31.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#74DE9F (or 0x74DE9F) is known color: Medium Aquamarine. HEX triplet: 74, DE and 9F. RGB value is (116,222,159). Sum of RGB (Red+Green+Blue) = 116+222+159=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DE9F is #8B2160. Grayscale: #B7B7B7. Windows color (decimal): -9118049 or 10477172. OLE color: 10477172.

HSL color Cylindrical-coordinate representation of color #74DE9F: hue angle of 144.34º degrees, saturation: 0.62, 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 #74DE9F is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 222 159 -
CMYK 0.48 0 0.28 0.13
HSL 144.34º 0.62% 0.66% -
HSV(B) 144.34º 0.48% 0.87% -
XYZ 39.58 58.46 42 -
YUV 183.12 114.38 80.12 -
System Red Green Blue C M Y K H S L
Decimal 116 222 159 0.48 0 0.28 0.13 144.34 0.62 0.66
Hex 74 DE 9F 30 0 1C D 90 3E 42
Octal 164 336 237 60 0 34 15 220 76 102
Binary 1110100 11011110 10011111 110000 0 11100 1101 10010000 111110 1000010

Color Harmonies of #74DE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE9F

Black with #74DE9F

Text Example


Text Example

White with #74DE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,159); }

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

background-color css

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

 a { background-color: rgb(116,222,159); }

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

border-color css

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

 span { border-color: rgb(116,222,159); }

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