Html Css Color HEX #72C2AE Monte Carlo

📋 copy color: '#72C2AE'

red 114 ◦ green 194 ◦ blue 174

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

Shades of Monte Carlo #72C2AE

Tints of Monte Carlo #72C2AE

RGB

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

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

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

R = 23.65%
G = 40.25%
B = 36.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#72C2AE (or 0x72C2AE) is known color: Monte Carlo. HEX triplet: 72, C2 and AE. RGB value is (114,194,174). Sum of RGB (Red+Green+Blue) = 114+194+174=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #72C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C2AE is #8D3D51. Grayscale: #A7A7A7. Windows color (decimal): -9256274 or 11453042. OLE color: 11453042.

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

Color convert

RGB 114 194 174 -
CMYK 0.41 0 0.10 0.24
HSL 165º 0.4% 0.6% -
HSV(B) 165º 0.41% 0.76% -
XYZ 33.87 45.22 46.99 -
YUV 167.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 114 194 174 0.41 0 0.10 0.24 165 0.4 0.6
Hex 72 C2 AE 29 0 A 18 A5 28 3C
Octal 162 302 256 51 0 12 30 245 50 74
Binary 1110010 11000010 10101110 101001 0 1010 11000 10100101 101000 111100

Color Harmonies of #72C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C2AE

Black with #72C2AE

Text Example


Text Example

White with #72C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,194,174); }

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

background-color css

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

 a { background-color: rgb(114,194,174); }

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

border-color css

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

 span { border-color: rgb(114,194,174); }

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