Html Css Color HEX #75BCB3 Monte Carlo

📋 copy color: '#75BCB3'

red 117 ◦ green 188 ◦ blue 179

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

Shades of Monte Carlo #75BCB3

Tints of Monte Carlo #75BCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 24.17%
G = 38.84%
B = 36.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#75BCB3 (or 0x75BCB3) is known color: Monte Carlo. HEX triplet: 75, BC and B3. RGB value is (117,188,179). Sum of RGB (Red+Green+Blue) = 117+188+179=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #75BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCB3 is #8A434C. Grayscale: #A5A5A5. Windows color (decimal): -9061197 or 11779189. OLE color: 11779189.

HSL color Cylindrical-coordinate representation of color #75BCB3: hue angle of 172.39º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BCB3 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 179 -
CMYK 0.38 0 0.05 0.26
HSL 172.39º 0.35% 0.6% -
HSV(B) 172.39º 0.38% 0.74% -
XYZ 33.46 43 49.18 -
YUV 165.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 117 188 179 0.38 0 0.05 0.26 172.39 0.35 0.6
Hex 75 BC B3 26 0 5 1A AC 23 3C
Octal 165 274 263 46 0 5 32 254 43 74
Binary 1110101 10111100 10110011 100110 0 101 11010 10101100 100011 111100

Color Harmonies of #75BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCB3

Black with #75BCB3

Text Example


Text Example

White with #75BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,179); }

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

background-color css

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

 a { background-color: rgb(117,188,179); }

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

border-color css

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

 span { border-color: rgb(117,188,179); }

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