Html Css Color HEX #71C3B4 Monte Carlo

📋 copy color: '#71C3B4'

red 113 ◦ green 195 ◦ blue 180

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

Shades of Monte Carlo #71C3B4

Tints of Monte Carlo #71C3B4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 23.16%
G = 39.96%
B = 36.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#71C3B4 (or 0x71C3B4) is known color: Monte Carlo. HEX triplet: 71, C3 and B4. RGB value is (113,195,180). Sum of RGB (Red+Green+Blue) = 113+195+180=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #71C3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C3B4 is #8E3C4B. Grayscale: #A8A8A8. Windows color (decimal): -9321548 or 11846513. OLE color: 11846513.

HSL color Cylindrical-coordinate representation of color #71C3B4: hue angle of 169.02º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C3B4 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 180 -
CMYK 0.42 0 0.08 0.24
HSL 169.02º 0.41% 0.6% -
HSV(B) 169.02º 0.42% 0.76% -
XYZ 34.56 45.84 50.21 -
YUV 168.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 113 195 180 0.42 0 0.08 0.24 169.02 0.41 0.6
Hex 71 C3 B4 2A 0 8 18 A9 29 3C
Octal 161 303 264 52 0 10 30 251 51 74
Binary 1110001 11000011 10110100 101010 0 1000 11000 10101001 101001 111100

Color Harmonies of #71C3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C3B4

Black with #71C3B4

Text Example


Text Example

White with #71C3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,180); }

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

background-color css

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

 a { background-color: rgb(113,195,180); }

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

border-color css

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

 span { border-color: rgb(113,195,180); }

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