Html Css Color HEX #71BDBB Monte Carlo

📋 copy color: '#71BDBB'

red 113 ◦ green 189 ◦ blue 187

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

Shades of Monte Carlo #71BDBB

Tints of Monte Carlo #71BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 23.11%
G = 38.65%
B = 38.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#71BDBB (or 0x71BDBB) is known color: Monte Carlo. HEX triplet: 71, BD and BB. RGB value is (113,189,187). Sum of RGB (Red+Green+Blue) = 113+189+187=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDBB is #8E4244. Grayscale: #A5A5A5. Windows color (decimal): -9323077 or 12303729. OLE color: 12303729.

HSL color Cylindrical-coordinate representation of color #71BDBB: hue angle of 178.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BDBB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 187 -
CMYK 0.40 0 0.01 0.26
HSL 178.42º 0.37% 0.59% -
HSV(B) 178.42º 0.4% 0.74% -
XYZ 33.98 43.49 53.62 -
YUV 166.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 113 189 187 0.40 0 0.01 0.26 178.42 0.37 0.59
Hex 71 BD BB 28 0 1 1A B2 25 3B
Octal 161 275 273 50 0 1 32 262 45 73
Binary 1110001 10111101 10111011 101000 0 1 11010 10110010 100101 111011

Color Harmonies of #71BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDBB

Black with #71BDBB

Text Example


Text Example

White with #71BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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