Html Css Color HEX #72BCB3 Monte Carlo

📋 copy color: '#72BCB3'

red 114 ◦ green 188 ◦ blue 179

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

Shades of Monte Carlo #72BCB3

Tints of Monte Carlo #72BCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 23.7%
G = 39.09%
B = 37.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#72BCB3 (or 0x72BCB3) is known color: Monte Carlo. HEX triplet: 72, BC and B3. RGB value is (114,188,179). Sum of RGB (Red+Green+Blue) = 114+188+179=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCB3 is #8D434C. Grayscale: #A4A4A4. Windows color (decimal): -9257805 or 11779186. OLE color: 11779186.

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

Color convert

RGB 114 188 179 -
CMYK 0.39 0 0.05 0.26
HSL 172.7º 0.36% 0.59% -
HSV(B) 172.7º 0.39% 0.74% -
XYZ 33.06 42.8 49.17 -
YUV 164.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 114 188 179 0.39 0 0.05 0.26 172.7 0.36 0.59
Hex 72 BC B3 27 0 5 1A AD 24 3B
Octal 162 274 263 47 0 5 32 255 44 73
Binary 1110010 10111100 10110011 100111 0 101 11010 10101101 100100 111011

Color Harmonies of #72BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCB3

Black with #72BCB3

Text Example


Text Example

White with #72BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,179); }

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

background-color css

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

 a { background-color: rgb(114,188,179); }

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

border-color css

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

 span { border-color: rgb(114,188,179); }

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