Html Css Color HEX #75AB8E Acapulco

📋 copy color: '#75AB8E'

red 117 ◦ green 171 ◦ blue 142

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

Shades of Acapulco #75AB8E

Tints of Acapulco #75AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 27.21%
G = 39.77%
B = 33.02%

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

#75AB8E (or 0x75AB8E) is known color: Acapulco. HEX triplet: 75, AB and 8E. RGB value is (117,171,142). Sum of RGB (Red+Green+Blue) = 117+171+142=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AB8E is #8A5471. Grayscale: #979797. Windows color (decimal): -9065586 or 9350005. OLE color: 9350005.

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

Color convert

RGB 117 171 142 -
CMYK 0.32 0 0.17 0.33
HSL 147.78º 0.24% 0.56% -
HSV(B) 147.78º 0.32% 0.67% -
XYZ 26.78 34.86 30.91 -
YUV 151.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 117 171 142 0.32 0 0.17 0.33 147.78 0.24 0.56
Hex 75 AB 8E 20 0 11 21 94 18 38
Octal 165 253 216 40 0 21 41 224 30 70
Binary 1110101 10101011 10001110 100000 0 10001 100001 10010100 11000 111000

Color Harmonies of #75AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB8E

Black with #75AB8E

Text Example


Text Example

White with #75AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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