Html Css Color HEX #72BDAE Monte Carlo

📋 copy color: '#72BDAE'

red 114 ◦ green 189 ◦ blue 174

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

Shades of Monte Carlo #72BDAE

Tints of Monte Carlo #72BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

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

R = 23.9%
G = 39.62%
B = 36.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#72BDAE (or 0x72BDAE) is known color: Monte Carlo. HEX triplet: 72, BD and AE. RGB value is (114,189,174). Sum of RGB (Red+Green+Blue) = 114+189+174=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDAE is #8D4251. Grayscale: #A4A4A4. Windows color (decimal): -9257554 or 11451762. OLE color: 11451762.

HSL color Cylindrical-coordinate representation of color #72BDAE: hue angle of 168º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDAE is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 174 -
CMYK 0.40 0 0.08 0.26
HSL 168º 0.36% 0.59% -
HSV(B) 168º 0.4% 0.74% -
XYZ 32.78 43.03 46.62 -
YUV 164.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 114 189 174 0.40 0 0.08 0.26 168 0.36 0.59
Hex 72 BD AE 28 0 8 1A A8 24 3B
Octal 162 275 256 50 0 10 32 250 44 73
Binary 1110010 10111101 10101110 101000 0 1000 11010 10101000 100100 111011

Color Harmonies of #72BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDAE

Black with #72BDAE

Text Example


Text Example

White with #72BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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