Html Css Color HEX #74AB8D Acapulco

📋 copy color: '#74AB8D'

red 116 ◦ green 171 ◦ blue 141

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

Shades of Acapulco #74AB8D

Tints of Acapulco #74AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 27.1%
G = 39.95%
B = 32.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#74AB8D (or 0x74AB8D) is known color: Acapulco. HEX triplet: 74, AB and 8D. RGB value is (116,171,141). Sum of RGB (Red+Green+Blue) = 116+171+141=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AB8D is #8B5472. Grayscale: #979797. Windows color (decimal): -9131123 or 9284468. OLE color: 9284468.

HSL color Cylindrical-coordinate representation of color #74AB8D: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AB8D is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 171 141 -
CMYK 0.32 0 0.18 0.33
HSL 147.27º 0.25% 0.56% -
HSV(B) 147.27º 0.32% 0.67% -
XYZ 26.57 34.76 30.51 -
YUV 151.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 116 171 141 0.32 0 0.18 0.33 147.27 0.25 0.56
Hex 74 AB 8D 20 0 12 21 93 19 38
Octal 164 253 215 40 0 22 41 223 31 70
Binary 1110100 10101011 10001101 100000 0 10010 100001 10010011 11001 111000

Color Harmonies of #74AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB8D

Black with #74AB8D

Text Example


Text Example

White with #74AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,141); }

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

background-color css

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

 a { background-color: rgb(116,171,141); }

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

border-color css

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

 span { border-color: rgb(116,171,141); }

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