Html Css Color HEX #72BEBC Monte Carlo

📋 copy color: '#72BEBC'

red 114 ◦ green 190 ◦ blue 188

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

Shades of Monte Carlo #72BEBC

Tints of Monte Carlo #72BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 23.17%
G = 38.62%
B = 38.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#72BEBC (or 0x72BEBC) is known color: Monte Carlo. HEX triplet: 72, BE and BC. RGB value is (114,190,188). Sum of RGB (Red+Green+Blue) = 114+190+188=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEBC is #8D4143. Grayscale: #A6A6A6. Windows color (decimal): -9257284 or 12369522. OLE color: 12369522.

HSL color Cylindrical-coordinate representation of color #72BEBC: hue angle of 178.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEBC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 190 188 -
CMYK 0.40 0 0.01 0.25
HSL 178.42º 0.37% 0.6% -
HSV(B) 178.42º 0.4% 0.75% -
XYZ 34.43 44.04 54.26 -
YUV 167.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 114 190 188 0.40 0 0.01 0.25 178.42 0.37 0.6
Hex 72 BE BC 28 0 1 19 B2 25 3C
Octal 162 276 274 50 0 1 31 262 45 74
Binary 1110010 10111110 10111100 101000 0 1 11001 10110010 100101 111100

Color Harmonies of #72BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BEBC

Black with #72BEBC

Text Example


Text Example

White with #72BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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