Html Css Color HEX #71C2AF Monte Carlo

📋 copy color: '#71C2AF'

red 113 ◦ green 194 ◦ blue 175

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

Shades of Monte Carlo #71C2AF

Tints of Monte Carlo #71C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 23.44%
G = 40.25%
B = 36.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#71C2AF (or 0x71C2AF) is known color: Monte Carlo. HEX triplet: 71, C2 and AF. RGB value is (113,194,175). Sum of RGB (Red+Green+Blue) = 113+194+175=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #71C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C2AF is #8E3D50. Grayscale: #A7A7A7. Windows color (decimal): -9321809 or 11518577. OLE color: 11518577.

HSL color Cylindrical-coordinate representation of color #71C2AF: hue angle of 165.93º degrees, saturation: 0.4, 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 #71C2AF is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 194 175 -
CMYK 0.42 0 0.10 0.24
HSL 165.93º 0.4% 0.6% -
HSV(B) 165.93º 0.42% 0.76% -
XYZ 33.84 45.19 47.5 -
YUV 167.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 113 194 175 0.42 0 0.10 0.24 165.93 0.4 0.6
Hex 71 C2 AF 2A 0 A 18 A6 28 3C
Octal 161 302 257 52 0 12 30 246 50 74
Binary 1110001 11000010 10101111 101010 0 1010 11000 10100110 101000 111100

Color Harmonies of #71C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C2AF

Black with #71C2AF

Text Example


Text Example

White with #71C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,175); }

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

background-color css

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

 a { background-color: rgb(113,194,175); }

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

border-color css

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

 span { border-color: rgb(113,194,175); }

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