Html Css Color HEX #75C4B1 Monte Carlo

📋 copy color: '#75C4B1'

red 117 ◦ green 196 ◦ blue 177

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

Shades of Monte Carlo #75C4B1

Tints of Monte Carlo #75C4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 23.88%
G = 40%
B = 36.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#75C4B1 (or 0x75C4B1) is known color: Monte Carlo. HEX triplet: 75, C4 and B1. RGB value is (117,196,177). Sum of RGB (Red+Green+Blue) = 117+196+177=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #75C4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C4B1 is #8A3B4E. Grayscale: #AAAAAA. Windows color (decimal): -9059151 or 11650165. OLE color: 11650165.

HSL color Cylindrical-coordinate representation of color #75C4B1: hue angle of 165.57º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C4B1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 177 -
CMYK 0.40 0 0.10 0.23
HSL 165.57º 0.4% 0.61% -
HSV(B) 165.57º 0.4% 0.77% -
XYZ 35.01 46.44 48.71 -
YUV 170.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 117 196 177 0.40 0 0.10 0.23 165.57 0.4 0.61
Hex 75 C4 B1 28 0 A 17 A6 28 3D
Octal 165 304 261 50 0 12 27 246 50 75
Binary 1110101 11000100 10110001 101000 0 1010 10111 10100110 101000 111101

Color Harmonies of #75C4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C4B1

Black with #75C4B1

Text Example


Text Example

White with #75C4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,196,177); }

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

background-color css

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

 a { background-color: rgb(117,196,177); }

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

border-color css

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

 span { border-color: rgb(117,196,177); }

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