Html Css Color HEX #71C3BD Monte Carlo

📋 copy color: '#71C3BD'

red 113 ◦ green 195 ◦ blue 189

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

Shades of Monte Carlo #71C3BD

Tints of Monte Carlo #71C3BD

RGB

 RED value IS 113 (44.53% from 255) = 22.74%

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 22.74%
G = 39.24%
B = 38.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#71C3BD (or 0x71C3BD) is known color: Monte Carlo. HEX triplet: 71, C3 and BD. RGB value is (113,195,189). Sum of RGB (Red+Green+Blue) = 113+195+189=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #71C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C3BD is #8E3C42. Grayscale: #A9A9A9. Windows color (decimal): -9321539 or 12436337. OLE color: 12436337.

HSL color Cylindrical-coordinate representation of color #71C3BD: hue angle of 175.61º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C3BD is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 189 -
CMYK 0.42 0 0.03 0.24
HSL 175.61º 0.41% 0.6% -
HSV(B) 175.61º 0.42% 0.76% -
XYZ 35.51 46.22 55.19 -
YUV 169.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 113 195 189 0.42 0 0.03 0.24 175.61 0.41 0.6
Hex 71 C3 BD 2A 0 3 18 B0 29 3C
Octal 161 303 275 52 0 3 30 260 51 74
Binary 1110001 11000011 10111101 101010 0 11 11000 10110000 101001 111100

Color Harmonies of #71C3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C3BD

Black with #71C3BD

Text Example


Text Example

White with #71C3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71C3BD; }

 p { color: rgb(113,195,189); }

 H1.HeaderClassName
 {
   color: #71C3BD;
 }
 .AnyTagClassName
 {
   color: #71C3BD;
 }
</style>

background-color css

<style>
 a { background-color: #71C3BD; }

 a { background-color: rgb(113,195,189); }

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

border-color css

<style>
 span { border-color: #71C3BD; }

 span { border-color: rgb(113,195,189); }

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