Html Css Color HEX #74A288 Acapulco

📋 copy color: '#74A288'

red 116 ◦ green 162 ◦ blue 136

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

Shades of Acapulco #74A288

Tints of Acapulco #74A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 28.02%
G = 39.13%
B = 32.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#74A288 (or 0x74A288) is known color: Acapulco. HEX triplet: 74, A2 and 88. RGB value is (116,162,136). Sum of RGB (Red+Green+Blue) = 116+162+136=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #74A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A288 is #8B5D77. Grayscale: #919191. Windows color (decimal): -9133432 or 8954484. OLE color: 8954484.

HSL color Cylindrical-coordinate representation of color #74A288: hue angle of 146.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74A288 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 162 136 -
CMYK 0.28 0 0.16 0.36
HSL 146.09º 0.2% 0.55% -
HSV(B) 146.09º 0.28% 0.64% -
XYZ 24.57 31.33 28.05 -
YUV 145.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 116 162 136 0.28 0 0.16 0.36 146.09 0.2 0.55
Hex 74 A2 88 1C 0 10 24 92 14 37
Octal 164 242 210 34 0 20 44 222 24 67
Binary 1110100 10100010 10001000 11100 0 10000 100100 10010010 10100 110111

Color Harmonies of #74A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A288

Black with #74A288

Text Example


Text Example

White with #74A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,162,136); }

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

background-color css

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

 a { background-color: rgb(116,162,136); }

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

border-color css

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

 span { border-color: rgb(116,162,136); }

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