Html Css Color HEX #74A58A Acapulco

📋 copy color: '#74A58A'

red 116 ◦ green 165 ◦ blue 138

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

Shades of Acapulco #74A58A

Tints of Acapulco #74A58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 27.68%
G = 39.38%
B = 32.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#74A58A (or 0x74A58A) is known color: Acapulco. HEX triplet: 74, A5 and 8A. RGB value is (116,165,138). Sum of RGB (Red+Green+Blue) = 116+165+138=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #74A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A58A is #8B5A75. Grayscale: #939393. Windows color (decimal): -9132662 or 9086324. OLE color: 9086324.

HSL color Cylindrical-coordinate representation of color #74A58A: hue angle of 146.94º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A58A is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 138 -
CMYK 0.30 0 0.16 0.35
HSL 146.94º 0.21% 0.55% -
HSV(B) 146.94º 0.3% 0.65% -
XYZ 25.25 32.46 28.98 -
YUV 147.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 116 165 138 0.30 0 0.16 0.35 146.94 0.21 0.55
Hex 74 A5 8A 1E 0 10 23 93 15 37
Octal 164 245 212 36 0 20 43 223 25 67
Binary 1110100 10100101 10001010 11110 0 10000 100011 10010011 10101 110111

Color Harmonies of #74A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A58A

Black with #74A58A

Text Example


Text Example

White with #74A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,165,138); }

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

background-color css

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

 a { background-color: rgb(116,165,138); }

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

border-color css

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

 span { border-color: rgb(116,165,138); }

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