Html Css Color HEX #72BEB4 Monte Carlo

📋 copy color: '#72BEB4'

red 114 ◦ green 190 ◦ blue 180

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

Shades of Monte Carlo #72BEB4

Tints of Monte Carlo #72BEB4

RGB

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

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

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

R = 23.55%
G = 39.26%
B = 37.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#72BEB4 (or 0x72BEB4) is known color: Monte Carlo. HEX triplet: 72, BE and B4. RGB value is (114,190,180). Sum of RGB (Red+Green+Blue) = 114+190+180=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEB4 is #8D414B. Grayscale: #A6A6A6. Windows color (decimal): -9257292 or 11845234. OLE color: 11845234.

HSL color Cylindrical-coordinate representation of color #72BEB4: hue angle of 172.11º 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 #72BEB4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 190 180 -
CMYK 0.40 0 0.05 0.25
HSL 172.11º 0.37% 0.6% -
HSV(B) 172.11º 0.4% 0.75% -
XYZ 33.59 43.7 49.84 -
YUV 166.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 114 190 180 0.40 0 0.05 0.25 172.11 0.37 0.6
Hex 72 BE B4 28 0 5 19 AC 25 3C
Octal 162 276 264 50 0 5 31 254 45 74
Binary 1110010 10111110 10110100 101000 0 101 11001 10101100 100101 111100

Color Harmonies of #72BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BEB4

Black with #72BEB4

Text Example


Text Example

White with #72BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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