Html Css Color HEX #75C2AD Monte Carlo

📋 copy color: '#75C2AD'

red 117 ◦ green 194 ◦ blue 173

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

Shades of Monte Carlo #75C2AD

Tints of Monte Carlo #75C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 24.17%
G = 40.08%
B = 35.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#75C2AD (or 0x75C2AD) is known color: Monte Carlo. HEX triplet: 75, C2 and AD. RGB value is (117,194,173). Sum of RGB (Red+Green+Blue) = 117+194+173=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2AD is #8A3D52. Grayscale: #A8A8A8. Windows color (decimal): -9059667 or 11387509. OLE color: 11387509.

HSL color Cylindrical-coordinate representation of color #75C2AD: hue angle of 163.64º 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 #75C2AD is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 173 -
CMYK 0.40 0 0.11 0.24
HSL 163.64º 0.39% 0.61% -
HSV(B) 163.64º 0.4% 0.76% -
XYZ 34.17 45.38 46.49 -
YUV 168.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 117 194 173 0.40 0 0.11 0.24 163.64 0.39 0.61
Hex 75 C2 AD 28 0 B 18 A4 27 3D
Octal 165 302 255 50 0 13 30 244 47 75
Binary 1110101 11000010 10101101 101000 0 1011 11000 10100100 100111 111101

Color Harmonies of #75C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2AD

Black with #75C2AD

Text Example


Text Example

White with #75C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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