Html Css Color HEX #72BCB4 Monte Carlo

📋 copy color: '#72BCB4'

red 114 ◦ green 188 ◦ blue 180

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

Shades of Monte Carlo #72BCB4

Tints of Monte Carlo #72BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 23.65%
G = 39%
B = 37.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#72BCB4 (or 0x72BCB4) is known color: Monte Carlo. HEX triplet: 72, BC and B4. RGB value is (114,188,180). Sum of RGB (Red+Green+Blue) = 114+188+180=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCB4 is #8D434B. Grayscale: #A4A4A4. Windows color (decimal): -9257804 or 11844722. OLE color: 11844722.

HSL color Cylindrical-coordinate representation of color #72BCB4: hue angle of 173.51º 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 #72BCB4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 180 -
CMYK 0.39 0 0.04 0.26
HSL 173.51º 0.36% 0.59% -
HSV(B) 173.51º 0.39% 0.74% -
XYZ 33.16 42.84 49.7 -
YUV 164.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 114 188 180 0.39 0 0.04 0.26 173.51 0.36 0.59
Hex 72 BC B4 27 0 4 1A AE 24 3B
Octal 162 274 264 47 0 4 32 256 44 73
Binary 1110010 10111100 10110100 100111 0 100 11010 10101110 100100 111011

Color Harmonies of #72BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCB4

Black with #72BCB4

Text Example


Text Example

White with #72BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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