Html Css Color HEX #75A88D Acapulco

📋 copy color: '#75A88D'

red 117 ◦ green 168 ◦ blue 141

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

Shades of Acapulco #75A88D

Tints of Acapulco #75A88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 27.46%
G = 39.44%
B = 33.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#75A88D (or 0x75A88D) is known color: Acapulco. HEX triplet: 75, A8 and 8D. RGB value is (117,168,141). Sum of RGB (Red+Green+Blue) = 117+168+141=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #75A88D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A88D is #8A5772. Grayscale: #959595. Windows color (decimal): -9066355 or 9283701. OLE color: 9283701.

HSL color Cylindrical-coordinate representation of color #75A88D: hue angle of 148.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A88D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 141 -
CMYK 0.30 0 0.16 0.34
HSL 148.24º 0.23% 0.56% -
HSV(B) 148.24º 0.3% 0.66% -
XYZ 26.15 33.71 30.33 -
YUV 149.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 117 168 141 0.30 0 0.16 0.34 148.24 0.23 0.56
Hex 75 A8 8D 1E 0 10 22 94 17 38
Octal 165 250 215 36 0 20 42 224 27 70
Binary 1110101 10101000 10001101 11110 0 10000 100010 10010100 10111 111000

Color Harmonies of #75A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A88D

Black with #75A88D

Text Example


Text Example

White with #75A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,141); }

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

background-color css

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

 a { background-color: rgb(117,168,141); }

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

border-color css

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

 span { border-color: rgb(117,168,141); }

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