Html Css Color HEX #72CCB0 Monte Carlo

📋 copy color: '#72CCB0'

red 114 ◦ green 204 ◦ blue 176

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

Shades of Monte Carlo #72CCB0

Tints of Monte Carlo #72CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 23.08%
G = 41.3%
B = 35.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#72CCB0 (or 0x72CCB0) is known color: Monte Carlo. HEX triplet: 72, CC and B0. RGB value is (114,204,176). Sum of RGB (Red+Green+Blue) = 114+204+176=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CCB0 is #8D334F. Grayscale: #ADADAD. Windows color (decimal): -9253712 or 11586674. OLE color: 11586674.

HSL color Cylindrical-coordinate representation of color #72CCB0: hue angle of 161.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCB0 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 204 176 -
CMYK 0.44 0 0.14 0.2
HSL 161.33º 0.47% 0.62% -
HSV(B) 161.33º 0.44% 0.8% -
XYZ 36.37 49.9 48.79 -
YUV 173.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 114 204 176 0.44 0 0.14 0.2 161.33 0.47 0.62
Hex 72 CC B0 2C 0 E 14 A1 2F 3E
Octal 162 314 260 54 0 16 24 241 57 76
Binary 1110010 11001100 10110000 101100 0 1110 10100 10100001 101111 111110

Color Harmonies of #72CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CCB0

Black with #72CCB0

Text Example


Text Example

White with #72CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,204,176); }

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

background-color css

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

 a { background-color: rgb(114,204,176); }

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

border-color css

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

 span { border-color: rgb(114,204,176); }

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