Html Css Color HEX #75AD96 Acapulco

📋 copy color: '#75AD96'

red 117 ◦ green 173 ◦ blue 150

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

Shades of Acapulco #75AD96

Tints of Acapulco #75AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 26.59%
G = 39.32%
B = 34.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#75AD96 (or 0x75AD96) is known color: Acapulco. HEX triplet: 75, AD and 96. RGB value is (117,173,150). Sum of RGB (Red+Green+Blue) = 117+173+150=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AD96 is #8A5269. Grayscale: #999999. Windows color (decimal): -9065066 or 9874805. OLE color: 9874805.

HSL color Cylindrical-coordinate representation of color #75AD96: hue angle of 155.36º 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 #75AD96 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 150 -
CMYK 0.32 0 0.13 0.32
HSL 155.36º 0.25% 0.57% -
HSV(B) 155.36º 0.32% 0.68% -
XYZ 27.78 35.87 34.31 -
YUV 153.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 117 173 150 0.32 0 0.13 0.32 155.36 0.25 0.57
Hex 75 AD 96 20 0 D 20 9B 19 39
Octal 165 255 226 40 0 15 40 233 31 71
Binary 1110101 10101101 10010110 100000 0 1101 100000 10011011 11001 111001

Color Harmonies of #75AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD96

Black with #75AD96

Text Example


Text Example

White with #75AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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