Html Css Color HEX #74A58E Acapulco

📋 copy color: '#74A58E'

red 116 ◦ green 165 ◦ blue 142

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

Shades of Acapulco #74A58E

Tints of Acapulco #74A58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 27.42%
G = 39.01%
B = 33.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#74A58E (or 0x74A58E) is known color: Acapulco. HEX triplet: 74, A5 and 8E. RGB value is (116,165,142). Sum of RGB (Red+Green+Blue) = 116+165+142=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #74A58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A58E is #8B5A71. Grayscale: #939393. Windows color (decimal): -9132658 or 9348468. OLE color: 9348468.

HSL color Cylindrical-coordinate representation of color #74A58E: hue angle of 151.84º 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 #74A58E is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 142 -
CMYK 0.30 0 0.14 0.35
HSL 151.84º 0.21% 0.55% -
HSV(B) 151.84º 0.3% 0.65% -
XYZ 25.54 32.58 30.53 -
YUV 147.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 116 165 142 0.30 0 0.14 0.35 151.84 0.21 0.55
Hex 74 A5 8E 1E 0 E 23 98 15 37
Octal 164 245 216 36 0 16 43 230 25 67
Binary 1110100 10100101 10001110 11110 0 1110 100011 10011000 10101 110111

Color Harmonies of #74A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A58E

Black with #74A58E

Text Example


Text Example

White with #74A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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