Html Css Color HEX #75BFA5 Monte Carlo

📋 copy color: '#75BFA5'

red 117 ◦ green 191 ◦ blue 165

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

Shades of Monte Carlo #75BFA5

Tints of Monte Carlo #75BFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

 BLUE value IS 165 (64.84% from 255) = 34.88%

R = 24.74%
G = 40.38%
B = 34.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#75BFA5 (or 0x75BFA5) is known color: Monte Carlo. HEX triplet: 75, BF and A5. RGB value is (117,191,165). Sum of RGB (Red+Green+Blue) = 117+191+165=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BFA5 is #8A405A. Grayscale: #A5A5A5. Windows color (decimal): -9060443 or 10862453. OLE color: 10862453.

HSL color Cylindrical-coordinate representation of color #75BFA5: hue angle of 158.92º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BFA5 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 165 -
CMYK 0.39 0 0.14 0.25
HSL 158.92º 0.37% 0.6% -
HSV(B) 158.92º 0.39% 0.75% -
XYZ 32.76 43.76 42.32 -
YUV 165.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 117 191 165 0.39 0 0.14 0.25 158.92 0.37 0.6
Hex 75 BF A5 27 0 E 19 9F 25 3C
Octal 165 277 245 47 0 16 31 237 45 74
Binary 1110101 10111111 10100101 100111 0 1110 11001 10011111 100101 111100

Color Harmonies of #75BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFA5

Black with #75BFA5

Text Example


Text Example

White with #75BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,165); }

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

background-color css

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

 a { background-color: rgb(117,191,165); }

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

border-color css

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

 span { border-color: rgb(117,191,165); }

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