Html Css Color HEX #75B39C Acapulco

📋 copy color: '#75B39C'

red 117 ◦ green 179 ◦ blue 156

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

Shades of Acapulco #75B39C

Tints of Acapulco #75B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 25.88%
G = 39.6%
B = 34.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#75B39C (or 0x75B39C) is known color: Acapulco. HEX triplet: 75, B3 and 9C. RGB value is (117,179,156). Sum of RGB (Red+Green+Blue) = 117+179+156=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #75B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B39C is #8A4C63. Grayscale: #9D9D9D. Windows color (decimal): -9063524 or 10269557. OLE color: 10269557.

HSL color Cylindrical-coordinate representation of color #75B39C: hue angle of 157.74º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B39C is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 156 -
CMYK 0.35 0 0.13 0.30
HSL 157.74º 0.29% 0.58% -
HSV(B) 157.74º 0.35% 0.7% -
XYZ 29.46 38.42 37.32 -
YUV 157.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 117 179 156 0.35 0 0.13 0.30 157.74 0.29 0.58
Hex 75 B3 9C 23 0 D 1E 9E 1D 3A
Octal 165 263 234 43 0 15 36 236 35 72
Binary 1110101 10110011 10011100 100011 0 1101 11110 10011110 11101 111010

Color Harmonies of #75B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B39C

Black with #75B39C

Text Example


Text Example

White with #75B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,156); }

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

background-color css

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

 a { background-color: rgb(117,179,156); }

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

border-color css

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

 span { border-color: rgb(117,179,156); }

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