Html Css Color HEX #74AC92 Acapulco

📋 copy color: '#74AC92'

red 116 ◦ green 172 ◦ blue 146

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

Shades of Acapulco #74AC92

Tints of Acapulco #74AC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 26.73%
G = 39.63%
B = 33.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#74AC92 (or 0x74AC92) is known color: Acapulco. HEX triplet: 74, AC and 92. RGB value is (116,172,146). Sum of RGB (Red+Green+Blue) = 116+172+146=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AC92 is #8B536D. Grayscale: #989898. Windows color (decimal): -9130862 or 9612404. OLE color: 9612404.

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

Color convert

RGB 116 172 146 -
CMYK 0.33 0 0.15 0.33
HSL 152.14º 0.25% 0.56% -
HSV(B) 152.14º 0.33% 0.67% -
XYZ 27.14 35.29 32.58 -
YUV 152.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 116 172 146 0.33 0 0.15 0.33 152.14 0.25 0.56
Hex 74 AC 92 21 0 F 21 98 19 38
Octal 164 254 222 41 0 17 41 230 31 70
Binary 1110100 10101100 10010010 100001 0 1111 100001 10011000 11001 111000

Color Harmonies of #74AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC92

Black with #74AC92

Text Example


Text Example

White with #74AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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