Html Css Color HEX #71C4AE Monte Carlo

📋 copy color: '#71C4AE'

red 113 ◦ green 196 ◦ blue 174

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

Shades of Monte Carlo #71C4AE

Tints of Monte Carlo #71C4AE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 23.4%
G = 40.58%
B = 36.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#71C4AE (or 0x71C4AE) is known color: Monte Carlo. HEX triplet: 71, C4 and AE. RGB value is (113,196,174). Sum of RGB (Red+Green+Blue) = 113+196+174=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #71C4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C4AE is #8E3B51. Grayscale: #A8A8A8. Windows color (decimal): -9321298 or 11453553. OLE color: 11453553.

HSL color Cylindrical-coordinate representation of color #71C4AE: hue angle of 164.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C4AE is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 196 174 -
CMYK 0.42 0 0.11 0.23
HSL 164.1º 0.41% 0.61% -
HSV(B) 164.1º 0.42% 0.77% -
XYZ 34.19 46.05 47.13 -
YUV 168.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 113 196 174 0.42 0 0.11 0.23 164.1 0.41 0.61
Hex 71 C4 AE 2A 0 B 17 A4 29 3D
Octal 161 304 256 52 0 13 27 244 51 75
Binary 1110001 11000100 10101110 101010 0 1011 10111 10100100 101001 111101

Color Harmonies of #71C4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C4AE

Black with #71C4AE

Text Example


Text Example

White with #71C4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,196,174); }

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

background-color css

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

 a { background-color: rgb(113,196,174); }

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

border-color css

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

 span { border-color: rgb(113,196,174); }

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