Html Css Color HEX #71CBB1 Monte Carlo

📋 copy color: '#71CBB1'

red 113 ◦ green 203 ◦ blue 177

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

Shades of Monte Carlo #71CBB1

Tints of Monte Carlo #71CBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 177 (69.53% from 255) = 35.9%

R = 22.92%
G = 41.18%
B = 35.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#71CBB1 (or 0x71CBB1) is known color: Monte Carlo. HEX triplet: 71, CB and B1. RGB value is (113,203,177). Sum of RGB (Red+Green+Blue) = 113+203+177=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CBB1 is #8E344E. Grayscale: #ADADAD. Windows color (decimal): -9319503 or 11651953. OLE color: 11651953.

HSL color Cylindrical-coordinate representation of color #71CBB1: hue angle of 162.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CBB1 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 203 177 -
CMYK 0.44 0 0.13 0.20
HSL 162.67º 0.46% 0.62% -
HSV(B) 162.67º 0.44% 0.8% -
XYZ 36.1 49.4 49.23 -
YUV 173.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 113 203 177 0.44 0 0.13 0.20 162.67 0.46 0.62
Hex 71 CB B1 2C 0 D 14 A3 2E 3E
Octal 161 313 261 54 0 15 24 243 56 76
Binary 1110001 11001011 10110001 101100 0 1101 10100 10100011 101110 111110

Color Harmonies of #71CBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBB1

Black with #71CBB1

Text Example


Text Example

White with #71CBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,177); }

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

background-color css

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

 a { background-color: rgb(113,203,177); }

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

border-color css

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

 span { border-color: rgb(113,203,177); }

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