Html Css Color HEX #75B495 Acapulco

📋 copy color: '#75B495'

red 117 ◦ green 180 ◦ blue 149

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

Shades of Acapulco #75B495

Tints of Acapulco #75B495

RGB

 RED value IS 117 (46.09% from 255) = 26.23%

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

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

R = 26.23%
G = 40.36%
B = 33.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#75B495 (or 0x75B495) is known color: Acapulco. HEX triplet: 75, B4 and 95. RGB value is (117,180,149). Sum of RGB (Red+Green+Blue) = 117+180+149=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #75B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B495 is #8A4B6A. Grayscale: #9D9D9D. Windows color (decimal): -9063275 or 9811061. OLE color: 9811061.

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

Color convert

RGB 117 180 149 -
CMYK 0.35 0 0.17 0.29
HSL 150.48º 0.3% 0.58% -
HSV(B) 150.48º 0.35% 0.71% -
XYZ 29.08 38.59 34.35 -
YUV 157.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 117 180 149 0.35 0 0.17 0.29 150.48 0.3 0.58
Hex 75 B4 95 23 0 11 1D 96 1E 3A
Octal 165 264 225 43 0 21 35 226 36 72
Binary 1110101 10110100 10010101 100011 0 10001 11101 10010110 11110 111010

Color Harmonies of #75B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B495

Black with #75B495

Text Example


Text Example

White with #75B495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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