Html Css Color HEX #74AE9D Acapulco

📋 copy color: '#74AE9D'

red 116 ◦ green 174 ◦ blue 157

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

Shades of Acapulco #74AE9D

Tints of Acapulco #74AE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.93%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 25.95%
G = 38.93%
B = 35.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#74AE9D (or 0x74AE9D) is known color: Acapulco. HEX triplet: 74, AE and 9D. RGB value is (116,174,157). Sum of RGB (Red+Green+Blue) = 116+174+157=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AE9D is #8B5162. Grayscale: #9A9A9A. Windows color (decimal): -9130339 or 10333812. OLE color: 10333812.

HSL color Cylindrical-coordinate representation of color #74AE9D: hue angle of 162.41º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AE9D is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 157 -
CMYK 0.33 0 0.10 0.32
HSL 162.41º 0.26% 0.57% -
HSV(B) 162.41º 0.33% 0.68% -
XYZ 28.42 36.42 37.43 -
YUV 154.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 116 174 157 0.33 0 0.10 0.32 162.41 0.26 0.57
Hex 74 AE 9D 21 0 A 20 A2 1A 39
Octal 164 256 235 41 0 12 40 242 32 71
Binary 1110100 10101110 10011101 100001 0 1010 100000 10100010 11010 111001

Color Harmonies of #74AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE9D

Black with #74AE9D

Text Example


Text Example

White with #74AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,157); }

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

background-color css

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

 a { background-color: rgb(116,174,157); }

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

border-color css

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

 span { border-color: rgb(116,174,157); }

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