Html Css Color HEX #75C8B0 Monte Carlo

📋 copy color: '#75C8B0'

red 117 ◦ green 200 ◦ blue 176

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

Shades of Monte Carlo #75C8B0

Tints of Monte Carlo #75C8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.57%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 23.73%
G = 40.57%
B = 35.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#75C8B0 (or 0x75C8B0) is known color: Monte Carlo. HEX triplet: 75, C8 and B0. RGB value is (117,200,176). Sum of RGB (Red+Green+Blue) = 117+200+176=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #75C8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C8B0 is #8A374F. Grayscale: #ACACAC. Windows color (decimal): -9058128 or 11585653. OLE color: 11585653.

HSL color Cylindrical-coordinate representation of color #75C8B0: hue angle of 162.65º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C8B0 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 176 -
CMYK 0.42 0 0.12 0.22
HSL 162.65º 0.43% 0.62% -
HSV(B) 162.65º 0.42% 0.78% -
XYZ 35.83 48.23 48.49 -
YUV 172.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 117 200 176 0.42 0 0.12 0.22 162.65 0.43 0.62
Hex 75 C8 B0 2A 0 C 16 A3 2B 3E
Octal 165 310 260 52 0 14 26 243 53 76
Binary 1110101 11001000 10110000 101010 0 1100 10110 10100011 101011 111110

Color Harmonies of #75C8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C8B0

Black with #75C8B0

Text Example


Text Example

White with #75C8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,176); }

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

background-color css

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

 a { background-color: rgb(117,200,176); }

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

border-color css

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

 span { border-color: rgb(117,200,176); }

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