Html Css Color HEX #71BFB9 Monte Carlo

📋 copy color: '#71BFB9'

red 113 ◦ green 191 ◦ blue 185

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

Shades of Monte Carlo #71BFB9

Tints of Monte Carlo #71BFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 23.11%
G = 39.06%
B = 37.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#71BFB9 (or 0x71BFB9) is known color: Monte Carlo. HEX triplet: 71, BF and B9. RGB value is (113,191,185). Sum of RGB (Red+Green+Blue) = 113+191+185=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFB9 is #8E4046. Grayscale: #A6A6A6. Windows color (decimal): -9322567 or 12173169. OLE color: 12173169.

HSL color Cylindrical-coordinate representation of color #71BFB9: hue angle of 175.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 #71BFB9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 185 -
CMYK 0.41 0 0.03 0.25
HSL 175.38º 0.38% 0.6% -
HSV(B) 175.38º 0.41% 0.75% -
XYZ 34.2 44.28 52.64 -
YUV 166.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 113 191 185 0.41 0 0.03 0.25 175.38 0.38 0.6
Hex 71 BF B9 29 0 3 19 AF 26 3C
Octal 161 277 271 51 0 3 31 257 46 74
Binary 1110001 10111111 10111001 101001 0 11 11001 10101111 100110 111100

Color Harmonies of #71BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BFB9

Black with #71BFB9

Text Example


Text Example

White with #71BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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