Html Css Color HEX #74AA94 Acapulco

📋 copy color: '#74AA94'

red 116 ◦ green 170 ◦ blue 148

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

Shades of Acapulco #74AA94

Tints of Acapulco #74AA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 26.73%
G = 39.17%
B = 34.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#74AA94 (or 0x74AA94) is known color: Acapulco. HEX triplet: 74, AA and 94. RGB value is (116,170,148). Sum of RGB (Red+Green+Blue) = 116+170+148=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AA94 is #8B556B. Grayscale: #979797. Windows color (decimal): -9131372 or 9742964. OLE color: 9742964.

HSL color Cylindrical-coordinate representation of color #74AA94: hue angle of 155.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA94 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 148 -
CMYK 0.32 0 0.13 0.33
HSL 155.56º 0.24% 0.56% -
HSV(B) 155.56º 0.32% 0.67% -
XYZ 26.92 34.6 33.28 -
YUV 151.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 116 170 148 0.32 0 0.13 0.33 155.56 0.24 0.56
Hex 74 AA 94 20 0 D 21 9C 18 38
Octal 164 252 224 40 0 15 41 234 30 70
Binary 1110100 10101010 10010100 100000 0 1101 100001 10011100 11000 111000

Color Harmonies of #74AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA94

Black with #74AA94

Text Example


Text Example

White with #74AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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