Html Css Color HEX #74AC9A Acapulco

📋 copy color: '#74AC9A'

red 116 ◦ green 172 ◦ blue 154

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

Shades of Acapulco #74AC9A

Tints of Acapulco #74AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 26.24%
G = 38.91%
B = 34.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#74AC9A (or 0x74AC9A) is known color: Acapulco. HEX triplet: 74, AC and 9A. RGB value is (116,172,154). Sum of RGB (Red+Green+Blue) = 116+172+154=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC9A is #8B5365. Grayscale: #999999. Windows color (decimal): -9130854 or 10136692. OLE color: 10136692.

HSL color Cylindrical-coordinate representation of color #74AC9A: hue angle of 160.71º 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 #74AC9A is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 154 -
CMYK 0.33 0 0.10 0.33
HSL 160.71º 0.25% 0.56% -
HSV(B) 160.71º 0.33% 0.67% -
XYZ 27.79 35.55 35.97 -
YUV 153.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 116 172 154 0.33 0 0.10 0.33 160.71 0.25 0.56
Hex 74 AC 9A 21 0 A 21 A1 19 38
Octal 164 254 232 41 0 12 41 241 31 70
Binary 1110100 10101100 10011010 100001 0 1010 100001 10100001 11001 111000

Color Harmonies of #74AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC9A

Black with #74AC9A

Text Example


Text Example

White with #74AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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