Html Css Color HEX #71CDB2 Monte Carlo

📋 copy color: '#71CDB2'

red 113 ◦ green 205 ◦ blue 178

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

Shades of Monte Carlo #71CDB2

Tints of Monte Carlo #71CDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 22.78%
G = 41.33%
B = 35.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#71CDB2 (or 0x71CDB2) is known color: Monte Carlo. HEX triplet: 71, CD and B2. RGB value is (113,205,178). Sum of RGB (Red+Green+Blue) = 113+205+178=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDB2 is #8E324D. Grayscale: #AEAEAE. Windows color (decimal): -9318990 or 11718001. OLE color: 11718001.

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

Color convert

RGB 113 205 178 -
CMYK 0.45 0 0.13 0.20
HSL 162.39º 0.48% 0.62% -
HSV(B) 162.39º 0.45% 0.8% -
XYZ 36.68 50.39 49.91 -
YUV 174.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 113 205 178 0.45 0 0.13 0.20 162.39 0.48 0.62
Hex 71 CD B2 2D 0 D 14 A2 30 3E
Octal 161 315 262 55 0 15 24 242 60 76
Binary 1110001 11001101 10110010 101101 0 1101 10100 10100010 110000 111110

Color Harmonies of #71CDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDB2

Black with #71CDB2

Text Example


Text Example

White with #71CDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,178); }

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

background-color css

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

 a { background-color: rgb(113,205,178); }

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

border-color css

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

 span { border-color: rgb(113,205,178); }

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