Html Css Color HEX #71BFAC Monte Carlo

📋 copy color: '#71BFAC'

red 113 ◦ green 191 ◦ blue 172

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

Shades of Monte Carlo #71BFAC

Tints of Monte Carlo #71BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 23.74%
G = 40.13%
B = 36.13%

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

#71BFAC (or 0x71BFAC) is known color: Monte Carlo. HEX triplet: 71, BF and AC. RGB value is (113,191,172). Sum of RGB (Red+Green+Blue) = 113+191+172=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BFAC is #8E4053. Grayscale: #A5A5A5. Windows color (decimal): -9322580 or 11321201. OLE color: 11321201.

HSL color Cylindrical-coordinate representation of color #71BFAC: hue angle of 165.38º degrees, saturation: 0.38, 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 #71BFAC is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 172 -
CMYK 0.41 0 0.10 0.25
HSL 165.38º 0.38% 0.6% -
HSV(B) 165.38º 0.41% 0.75% -
XYZ 32.89 43.75 45.74 -
YUV 165.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 113 191 172 0.41 0 0.10 0.25 165.38 0.38 0.6
Hex 71 BF AC 29 0 A 19 A5 26 3C
Octal 161 277 254 51 0 12 31 245 46 74
Binary 1110001 10111111 10101100 101001 0 1010 11001 10100101 100110 111100

Color Harmonies of #71BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BFAC

Black with #71BFAC

Text Example


Text Example

White with #71BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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