Html Css Color HEX #75C0AB Monte Carlo

📋 copy color: '#75C0AB'

red 117 ◦ green 192 ◦ blue 171

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

Shades of Monte Carlo #75C0AB

Tints of Monte Carlo #75C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 24.38%
G = 40%
B = 35.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#75C0AB (or 0x75C0AB) is known color: Monte Carlo. HEX triplet: 75, C0 and AB. RGB value is (117,192,171). Sum of RGB (Red+Green+Blue) = 117+192+171=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0AB is #8A3F54. Grayscale: #A7A7A7. Windows color (decimal): -9060181 or 11255925. OLE color: 11255925.

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

Color convert

RGB 117 192 171 -
CMYK 0.39 0 0.11 0.25
HSL 163.2º 0.37% 0.61% -
HSV(B) 163.2º 0.39% 0.75% -
XYZ 33.54 44.42 45.33 -
YUV 167.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 117 192 171 0.39 0 0.11 0.25 163.2 0.37 0.61
Hex 75 C0 AB 27 0 B 19 A3 25 3D
Octal 165 300 253 47 0 13 31 243 45 75
Binary 1110101 11000000 10101011 100111 0 1011 11001 10100011 100101 111101

Color Harmonies of #75C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0AB

Black with #75C0AB

Text Example


Text Example

White with #75C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,171); }

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

background-color css

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

 a { background-color: rgb(117,192,171); }

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

border-color css

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

 span { border-color: rgb(117,192,171); }

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