Html Css Color HEX #72C9B6 Monte Carlo

📋 copy color: '#72C9B6'

red 114 ◦ green 201 ◦ blue 182

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

Shades of Monte Carlo #72C9B6

Tints of Monte Carlo #72C9B6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 22.94%
G = 40.44%
B = 36.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#72C9B6 (or 0x72C9B6) is known color: Monte Carlo. HEX triplet: 72, C9 and B6. RGB value is (114,201,182). Sum of RGB (Red+Green+Blue) = 114+201+182=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C9B6 is #8D3649. Grayscale: #ACACAC. Windows color (decimal): -9254474 or 11979122. OLE color: 11979122.

HSL color Cylindrical-coordinate representation of color #72C9B6: hue angle of 166.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C9B6 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 201 182 -
CMYK 0.43 0 0.09 0.21
HSL 166.9º 0.45% 0.62% -
HSV(B) 166.9º 0.43% 0.79% -
XYZ 36.27 48.73 51.75 -
YUV 172.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 114 201 182 0.43 0 0.09 0.21 166.9 0.45 0.62
Hex 72 C9 B6 2B 0 9 15 A7 2D 3E
Octal 162 311 266 53 0 11 25 247 55 76
Binary 1110010 11001001 10110110 101011 0 1001 10101 10100111 101101 111110

Color Harmonies of #72C9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C9B6

Black with #72C9B6

Text Example


Text Example

White with #72C9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,182); }

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

background-color css

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

 a { background-color: rgb(114,201,182); }

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

border-color css

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

 span { border-color: rgb(114,201,182); }

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