Html Css Color HEX #75AC8E Acapulco

📋 copy color: '#75AC8E'

red 117 ◦ green 172 ◦ blue 142

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

Shades of Acapulco #75AC8E

Tints of Acapulco #75AC8E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 27.15%
G = 39.91%
B = 32.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#75AC8E (or 0x75AC8E) is known color: Acapulco. HEX triplet: 75, AC and 8E. RGB value is (117,172,142). Sum of RGB (Red+Green+Blue) = 117+172+142=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AC8E is #8A5371. Grayscale: #989898. Windows color (decimal): -9065330 or 9350261. OLE color: 9350261.

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

Color convert

RGB 117 172 142 -
CMYK 0.32 0 0.17 0.33
HSL 147.27º 0.25% 0.57% -
HSV(B) 147.27º 0.32% 0.67% -
XYZ 26.97 35.24 30.97 -
YUV 152.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 117 172 142 0.32 0 0.17 0.33 147.27 0.25 0.57
Hex 75 AC 8E 20 0 11 21 93 19 39
Octal 165 254 216 40 0 21 41 223 31 71
Binary 1110101 10101100 10001110 100000 0 10001 100001 10010011 11001 111001

Color Harmonies of #75AC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC8E

Black with #75AC8E

Text Example


Text Example

White with #75AC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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