Html Css Color HEX #75A48E Acapulco

📋 copy color: '#75A48E'

red 117 ◦ green 164 ◦ blue 142

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

Shades of Acapulco #75A48E

Tints of Acapulco #75A48E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 27.66%
G = 38.77%
B = 33.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#75A48E (or 0x75A48E) is known color: Acapulco. HEX triplet: 75, A4 and 8E. RGB value is (117,164,142). Sum of RGB (Red+Green+Blue) = 117+164+142=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #75A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A48E is #8A5B71. Grayscale: #939393. Windows color (decimal): -9067378 or 9348213. OLE color: 9348213.

HSL color Cylindrical-coordinate representation of color #75A48E: hue angle of 151.91º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A48E is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 142 -
CMYK 0.29 0 0.13 0.36
HSL 151.91º 0.21% 0.55% -
HSV(B) 151.91º 0.29% 0.64% -
XYZ 25.49 32.29 30.48 -
YUV 147.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 117 164 142 0.29 0 0.13 0.36 151.91 0.21 0.55
Hex 75 A4 8E 1D 0 D 24 98 15 37
Octal 165 244 216 35 0 15 44 230 25 67
Binary 1110101 10100100 10001110 11101 0 1101 100100 10011000 10101 110111

Color Harmonies of #75A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A48E

Black with #75A48E

Text Example


Text Example

White with #75A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,142); }

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

background-color css

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

 a { background-color: rgb(117,164,142); }

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

border-color css

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

 span { border-color: rgb(117,164,142); }

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