Html Css Color HEX #75AD8F Acapulco

📋 copy color: '#75AD8F'

red 117 ◦ green 173 ◦ blue 143

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

Shades of Acapulco #75AD8F

Tints of Acapulco #75AD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 27.02%
G = 39.95%
B = 33.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#75AD8F (or 0x75AD8F) is known color: Acapulco. HEX triplet: 75, AD and 8F. RGB value is (117,173,143). Sum of RGB (Red+Green+Blue) = 117+173+143=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD8F is #8A5270. Grayscale: #989898. Windows color (decimal): -9065073 or 9416053. OLE color: 9416053.

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

Color convert

RGB 117 173 143 -
CMYK 0.32 0 0.17 0.32
HSL 147.86º 0.25% 0.57% -
HSV(B) 147.86º 0.32% 0.68% -
XYZ 27.24 35.65 31.43 -
YUV 152.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 117 173 143 0.32 0 0.17 0.32 147.86 0.25 0.57
Hex 75 AD 8F 20 0 11 20 94 19 39
Octal 165 255 217 40 0 21 40 224 31 71
Binary 1110101 10101101 10001111 100000 0 10001 100000 10010100 11001 111001

Color Harmonies of #75AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD8F

Black with #75AD8F

Text Example


Text Example

White with #75AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,143); }

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

background-color css

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

 a { background-color: rgb(117,173,143); }

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

border-color css

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

 span { border-color: rgb(117,173,143); }

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