Html Css Color HEX #75BDA0 Acapulco

📋 copy color: '#75BDA0'

red 117 ◦ green 189 ◦ blue 160

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

Shades of Acapulco #75BDA0

Tints of Acapulco #75BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 25.11%
G = 40.56%
B = 34.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#75BDA0 (or 0x75BDA0) is known color: Acapulco. HEX triplet: 75, BD and A0. RGB value is (117,189,160). Sum of RGB (Red+Green+Blue) = 117+189+160=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA0 is #8A425F. Grayscale: #A4A4A4. Windows color (decimal): -9060960 or 10534261. OLE color: 10534261.

HSL color Cylindrical-coordinate representation of color #75BDA0: hue angle of 155.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDA0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 160 -
CMYK 0.38 0 0.15 0.26
HSL 155.83º 0.35% 0.6% -
HSV(B) 155.83º 0.38% 0.74% -
XYZ 31.88 42.72 39.82 -
YUV 164.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 117 189 160 0.38 0 0.15 0.26 155.83 0.35 0.6
Hex 75 BD A0 26 0 F 1A 9C 23 3C
Octal 165 275 240 46 0 17 32 234 43 74
Binary 1110101 10111101 10100000 100110 0 1111 11010 10011100 100011 111100

Color Harmonies of #75BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDA0

Black with #75BDA0

Text Example


Text Example

White with #75BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,160); }

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

background-color css

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

 a { background-color: rgb(117,189,160); }

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

border-color css

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

 span { border-color: rgb(117,189,160); }

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