Html Css Color HEX #75C5B2 Monte Carlo

📋 copy color: '#75C5B2'

red 117 ◦ green 197 ◦ blue 178

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

Shades of Monte Carlo #75C5B2

Tints of Monte Carlo #75C5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 23.78%
G = 40.04%
B = 36.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#75C5B2 (or 0x75C5B2) is known color: Monte Carlo. HEX triplet: 75, C5 and B2. RGB value is (117,197,178). Sum of RGB (Red+Green+Blue) = 117+197+178=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #75C5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C5B2 is #8A3A4D. Grayscale: #AAAAAA. Windows color (decimal): -9058894 or 11715957. OLE color: 11715957.

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

Color convert

RGB 117 197 178 -
CMYK 0.41 0 0.10 0.23
HSL 165.75º 0.41% 0.62% -
HSV(B) 165.75º 0.41% 0.77% -
XYZ 35.34 46.93 49.32 -
YUV 170.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 117 197 178 0.41 0 0.10 0.23 165.75 0.41 0.62
Hex 75 C5 B2 29 0 A 17 A6 29 3E
Octal 165 305 262 51 0 12 27 246 51 76
Binary 1110101 11000101 10110010 101001 0 1010 10111 10100110 101001 111110

Color Harmonies of #75C5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5B2

Black with #75C5B2

Text Example


Text Example

White with #75C5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,178); }

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

background-color css

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

 a { background-color: rgb(117,197,178); }

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

border-color css

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

 span { border-color: rgb(117,197,178); }

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