Html Css Color HEX #74A994 Acapulco

📋 copy color: '#74A994'

red 116 ◦ green 169 ◦ blue 148

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

Shades of Acapulco #74A994

Tints of Acapulco #74A994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 26.79%
G = 39.03%
B = 34.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#74A994 (or 0x74A994) is known color: Acapulco. HEX triplet: 74, A9 and 94. RGB value is (116,169,148). Sum of RGB (Red+Green+Blue) = 116+169+148=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #74A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A994 is #8B566B. Grayscale: #969696. Windows color (decimal): -9131628 or 9742708. OLE color: 9742708.

HSL color Cylindrical-coordinate representation of color #74A994: hue angle of 156.23º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A994 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 148 -
CMYK 0.31 0 0.12 0.34
HSL 156.23º 0.24% 0.56% -
HSV(B) 156.23º 0.31% 0.66% -
XYZ 26.74 34.23 33.21 -
YUV 150.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 116 169 148 0.31 0 0.12 0.34 156.23 0.24 0.56
Hex 74 A9 94 1F 0 C 22 9C 18 38
Octal 164 251 224 37 0 14 42 234 30 70
Binary 1110100 10101001 10010100 11111 0 1100 100010 10011100 11000 111000

Color Harmonies of #74A994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A994

Black with #74A994

Text Example


Text Example

White with #74A994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,148); }

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

background-color css

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

 a { background-color: rgb(116,169,148); }

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

border-color css

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

 span { border-color: rgb(116,169,148); }

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