Html Css Color HEX #71C0AC Monte Carlo

📋 copy color: '#71C0AC'

red 113 ◦ green 192 ◦ blue 172

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

Shades of Monte Carlo #71C0AC

Tints of Monte Carlo #71C0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 23.69%
G = 40.25%
B = 36.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#71C0AC (or 0x71C0AC) is known color: Monte Carlo. HEX triplet: 71, C0 and AC. RGB value is (113,192,172). Sum of RGB (Red+Green+Blue) = 113+192+172=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #71C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C0AC is #8E3F53. Grayscale: #A6A6A6. Windows color (decimal): -9322324 or 11321457. OLE color: 11321457.

HSL color Cylindrical-coordinate representation of color #71C0AC: hue angle of 164.81º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C0AC is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 192 172 -
CMYK 0.41 0 0.10 0.25
HSL 164.81º 0.39% 0.6% -
HSV(B) 164.81º 0.41% 0.75% -
XYZ 33.11 44.19 45.81 -
YUV 166.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 113 192 172 0.41 0 0.10 0.25 164.81 0.39 0.6
Hex 71 C0 AC 29 0 A 19 A5 27 3C
Octal 161 300 254 51 0 12 31 245 47 74
Binary 1110001 11000000 10101100 101001 0 1010 11001 10100101 100111 111100

Color Harmonies of #71C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C0AC

Black with #71C0AC

Text Example


Text Example

White with #71C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,192,172); }

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

background-color css

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

 a { background-color: rgb(113,192,172); }

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

border-color css

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

 span { border-color: rgb(113,192,172); }

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