Html Css Color HEX #75C3C0 Monte Carlo

📋 copy color: '#75C3C0'

red 117 ◦ green 195 ◦ blue 192

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

Shades of Monte Carlo #75C3C0

Tints of Monte Carlo #75C3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 23.21%
G = 38.69%
B = 38.1%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#75C3C0 (or 0x75C3C0) is known color: Monte Carlo. HEX triplet: 75, C3 and C0. RGB value is (117,195,192). Sum of RGB (Red+Green+Blue) = 117+195+192=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #75C3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C3C0 is #8A3C3F. Grayscale: #ABABAB. Windows color (decimal): -9059392 or 12632949. OLE color: 12632949.

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

Color convert

RGB 117 195 192 -
CMYK 0.4 0 0.02 0.24
HSL 177.69º 0.39% 0.61% -
HSV(B) 177.69º 0.4% 0.76% -
XYZ 36.37 46.62 56.95 -
YUV 171.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 117 195 192 0.4 0 0.02 0.24 177.69 0.39 0.61
Hex 75 C3 C0 28 0 2 18 B2 27 3D
Octal 165 303 300 50 0 2 30 262 47 75
Binary 1110101 11000011 11000000 101000 0 10 11000 10110010 100111 111101

Color Harmonies of #75C3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C3C0

Black with #75C3C0

Text Example


Text Example

White with #75C3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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