Html Css Color HEX #72C5AC Monte Carlo

📋 copy color: '#72C5AC'

red 114 ◦ green 197 ◦ blue 172

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

Shades of Monte Carlo #72C5AC

Tints of Monte Carlo #72C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

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

R = 23.6%
G = 40.79%
B = 35.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#72C5AC (or 0x72C5AC) is known color: Monte Carlo. HEX triplet: 72, C5 and AC. RGB value is (114,197,172). Sum of RGB (Red+Green+Blue) = 114+197+172=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C5AC is #8D3A53. Grayscale: #A9A9A9. Windows color (decimal): -9255508 or 11322738. OLE color: 11322738.

HSL color Cylindrical-coordinate representation of color #72C5AC: hue angle of 161.93º degrees, saturation: 0.42, 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 #72C5AC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 197 172 -
CMYK 0.42 0 0.13 0.23
HSL 161.93º 0.42% 0.61% -
HSV(B) 161.93º 0.42% 0.77% -
XYZ 34.35 46.49 46.19 -
YUV 169.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 114 197 172 0.42 0 0.13 0.23 161.93 0.42 0.61
Hex 72 C5 AC 2A 0 D 17 A2 2A 3D
Octal 162 305 254 52 0 15 27 242 52 75
Binary 1110010 11000101 10101100 101010 0 1101 10111 10100010 101010 111101

Color Harmonies of #72C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C5AC

Black with #72C5AC

Text Example


Text Example

White with #72C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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