Html Css Color HEX #74B495 Acapulco

📋 copy color: '#74B495'

red 116 ◦ green 180 ◦ blue 149

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

Shades of Acapulco #74B495

Tints of Acapulco #74B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 149 (58.59% from 255) = 33.48%

R = 26.07%
G = 40.45%
B = 33.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#74B495 (or 0x74B495) is known color: Acapulco. HEX triplet: 74, B4 and 95. RGB value is (116,180,149). Sum of RGB (Red+Green+Blue) = 116+180+149=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #74B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B495 is #8B4B6A. Grayscale: #9D9D9D. Windows color (decimal): -9128811 or 9811060. OLE color: 9811060.

HSL color Cylindrical-coordinate representation of color #74B495: hue angle of 150.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B495 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 149 -
CMYK 0.36 0 0.17 0.29
HSL 150.94º 0.3% 0.58% -
HSV(B) 150.94º 0.36% 0.71% -
XYZ 28.95 38.53 34.34 -
YUV 157.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 116 180 149 0.36 0 0.17 0.29 150.94 0.3 0.58
Hex 74 B4 95 24 0 11 1D 97 1E 3A
Octal 164 264 225 44 0 21 35 227 36 72
Binary 1110100 10110100 10010101 100100 0 10001 11101 10010111 11110 111010

Color Harmonies of #74B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B495

Black with #74B495

Text Example


Text Example

White with #74B495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,149); }

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

background-color css

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

 a { background-color: rgb(116,180,149); }

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

border-color css

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

 span { border-color: rgb(116,180,149); }

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