Html Css Color HEX #71BEBD Monte Carlo

📋 copy color: '#71BEBD'

red 113 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #71BEBD

Tints of Monte Carlo #71BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 22.97%
G = 38.62%
B = 38.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#71BEBD (or 0x71BEBD) is known color: Monte Carlo. HEX triplet: 71, BE and BD. RGB value is (113,190,189). Sum of RGB (Red+Green+Blue) = 113+190+189=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBD is #8E4142. Grayscale: #A6A6A6. Windows color (decimal): -9322819 or 12435057. OLE color: 12435057.

HSL color Cylindrical-coordinate representation of color #71BEBD: hue angle of 179.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEBD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 189 -
CMYK 0.41 0 0.01 0.25
HSL 179.22º 0.37% 0.59% -
HSV(B) 179.22º 0.41% 0.75% -
XYZ 34.41 44.01 54.83 -
YUV 166.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 113 190 189 0.41 0 0.01 0.25 179.22 0.37 0.59
Hex 71 BE BD 29 0 1 19 B3 25 3B
Octal 161 276 275 51 0 1 31 263 45 73
Binary 1110001 10111110 10111101 101001 0 1 11001 10110011 100101 111011

Color Harmonies of #71BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEBD

Black with #71BEBD

Text Example


Text Example

White with #71BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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