Html Css Color HEX #75BDA1 Acapulco

📋 copy color: '#75BDA1'

red 117 ◦ green 189 ◦ blue 161

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

Shades of Acapulco #75BDA1

Tints of Acapulco #75BDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 25.05%
G = 40.47%
B = 34.48%

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

#75BDA1 (or 0x75BDA1) is known color: Acapulco. HEX triplet: 75, BD and A1. RGB value is (117,189,161). Sum of RGB (Red+Green+Blue) = 117+189+161=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA1 is #8A425E. Grayscale: #A4A4A4. Windows color (decimal): -9060959 or 10599797. OLE color: 10599797.

HSL color Cylindrical-coordinate representation of color #75BDA1: hue angle of 156.67º 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 #75BDA1 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 161 -
CMYK 0.38 0 0.15 0.26
HSL 156.67º 0.35% 0.6% -
HSV(B) 156.67º 0.38% 0.74% -
XYZ 31.97 42.75 40.29 -
YUV 164.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 117 189 161 0.38 0 0.15 0.26 156.67 0.35 0.6
Hex 75 BD A1 26 0 F 1A 9D 23 3C
Octal 165 275 241 46 0 17 32 235 43 74
Binary 1110101 10111101 10100001 100110 0 1111 11010 10011101 100011 111100

Color Harmonies of #75BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDA1

Black with #75BDA1

Text Example


Text Example

White with #75BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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