Html Css Color HEX #74AC99 Acapulco

📋 copy color: '#74AC99'

red 116 ◦ green 172 ◦ blue 153

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

Shades of Acapulco #74AC99

Tints of Acapulco #74AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 26.3%
G = 39%
B = 34.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#74AC99 (or 0x74AC99) is known color: Acapulco. HEX triplet: 74, AC and 99. RGB value is (116,172,153). Sum of RGB (Red+Green+Blue) = 116+172+153=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC99 is #8B5366. Grayscale: #999999. Windows color (decimal): -9130855 or 10071156. OLE color: 10071156.

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

Color convert

RGB 116 172 153 -
CMYK 0.33 0 0.11 0.33
HSL 159.64º 0.25% 0.56% -
HSV(B) 159.64º 0.33% 0.67% -
XYZ 27.7 35.52 35.53 -
YUV 153.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 116 172 153 0.33 0 0.11 0.33 159.64 0.25 0.56
Hex 74 AC 99 21 0 B 21 A0 19 38
Octal 164 254 231 41 0 13 41 240 31 70
Binary 1110100 10101100 10011001 100001 0 1011 100001 10100000 11001 111000

Color Harmonies of #74AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC99

Black with #74AC99

Text Example


Text Example

White with #74AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,153); }

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

background-color css

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

 a { background-color: rgb(116,172,153); }

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

border-color css

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

 span { border-color: rgb(116,172,153); }

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