Html Css Color HEX #74C99F Medium Aquamarine

📋 copy color: '#74C99F'

red 116 ◦ green 201 ◦ blue 159

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

Shades of Medium Aquamarine #74C99F

Tints of Medium Aquamarine #74C99F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

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

R = 24.37%
G = 42.23%
B = 33.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#74C99F (or 0x74C99F) is known color: Medium Aquamarine. HEX triplet: 74, C9 and 9F. RGB value is (116,201,159). Sum of RGB (Red+Green+Blue) = 116+201+159=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #74C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C99F is #8B3660. Grayscale: #AAAAAA. Windows color (decimal): -9123425 or 10471796. OLE color: 10471796.

HSL color Cylindrical-coordinate representation of color #74C99F: hue angle of 150.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C99F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 159 -
CMYK 0.42 0 0.21 0.21
HSL 150.35º 0.44% 0.62% -
HSV(B) 150.35º 0.42% 0.79% -
XYZ 34.35 47.99 40.25 -
YUV 170.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 116 201 159 0.42 0 0.21 0.21 150.35 0.44 0.62
Hex 74 C9 9F 2A 0 15 15 96 2C 3E
Octal 164 311 237 52 0 25 25 226 54 76
Binary 1110100 11001001 10011111 101010 0 10101 10101 10010110 101100 111110

Color Harmonies of #74C99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C99F

Black with #74C99F

Text Example


Text Example

White with #74C99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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