Html Css Color HEX #72C0AC Monte Carlo

📋 copy color: '#72C0AC'

red 114 ◦ green 192 ◦ blue 172

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

Shades of Monte Carlo #72C0AC

Tints of Monte Carlo #72C0AC

RGB

 RED value IS 114 (44.92% from 255) = 23.85%

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 23.85%
G = 40.17%
B = 35.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#72C0AC (or 0x72C0AC) is known color: Monte Carlo. HEX triplet: 72, C0 and AC. RGB value is (114,192,172). Sum of RGB (Red+Green+Blue) = 114+192+172=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #72C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C0AC is #8D3F53. Grayscale: #A6A6A6. Windows color (decimal): -9256788 or 11321458. OLE color: 11321458.

HSL color Cylindrical-coordinate representation of color #72C0AC: hue angle of 164.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C0AC is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 172 -
CMYK 0.41 0 0.10 0.25
HSL 164.62º 0.38% 0.6% -
HSV(B) 164.62º 0.41% 0.75% -
XYZ 33.24 44.26 45.82 -
YUV 166.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 114 192 172 0.41 0 0.10 0.25 164.62 0.38 0.6
Hex 72 C0 AC 29 0 A 19 A5 26 3C
Octal 162 300 254 51 0 12 31 245 46 74
Binary 1110010 11000000 10101100 101001 0 1010 11001 10100101 100110 111100

Color Harmonies of #72C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0AC

Black with #72C0AC

Text Example


Text Example

White with #72C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C0AC; }

 p { color: rgb(114,192,172); }

 H1.HeaderClassName
 {
   color: #72C0AC;
 }
 .AnyTagClassName
 {
   color: #72C0AC;
 }
</style>

background-color css

<style>
 a { background-color: #72C0AC; }

 a { background-color: rgb(114,192,172); }

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

border-color css

<style>
 span { border-color: #72C0AC; }

 span { border-color: rgb(114,192,172); }

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