Html Css Color HEX #75C2A6 Monte Carlo

📋 copy color: '#75C2A6'

red 117 ◦ green 194 ◦ blue 166

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

Shades of Monte Carlo #75C2A6

Tints of Monte Carlo #75C2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 24.53%
G = 40.67%
B = 34.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#75C2A6 (or 0x75C2A6) is known color: Monte Carlo. HEX triplet: 75, C2 and A6. RGB value is (117,194,166). Sum of RGB (Red+Green+Blue) = 117+194+166=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2A6 is #8A3D59. Grayscale: #A7A7A7. Windows color (decimal): -9059674 or 10928757. OLE color: 10928757.

HSL color Cylindrical-coordinate representation of color #75C2A6: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2A6 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 166 -
CMYK 0.40 0 0.14 0.24
HSL 158.18º 0.39% 0.61% -
HSV(B) 158.18º 0.4% 0.76% -
XYZ 33.51 45.12 43.02 -
YUV 167.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 117 194 166 0.40 0 0.14 0.24 158.18 0.39 0.61
Hex 75 C2 A6 28 0 E 18 9E 27 3D
Octal 165 302 246 50 0 16 30 236 47 75
Binary 1110101 11000010 10100110 101000 0 1110 11000 10011110 100111 111101

Color Harmonies of #75C2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2A6

Black with #75C2A6

Text Example


Text Example

White with #75C2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,166); }

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

background-color css

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

 a { background-color: rgb(117,194,166); }

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

border-color css

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

 span { border-color: rgb(117,194,166); }

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