Html Css Color HEX #84CCB0 Monte Carlo

📋 copy color: '#84CCB0'

red 132 ◦ green 204 ◦ blue 176

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

Shades of Monte Carlo #84CCB0

Tints of Monte Carlo #84CCB0

RGB

 RED value IS 132 (51.95% from 255) = 25.78%

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

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

R = 25.78%
G = 39.84%
B = 34.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#84CCB0 (or 0x84CCB0) is known color: Monte Carlo. HEX triplet: 84, CC and B0. RGB value is (132,204,176). Sum of RGB (Red+Green+Blue) = 132+204+176=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CCB0 is #7B334F. Grayscale: #B3B3B3. Windows color (decimal): -8074064 or 11586692. OLE color: 11586692.

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

Color convert

RGB 132 204 176 -
CMYK 0.35 0 0.14 0.2
HSL 156.67º 0.41% 0.66% -
HSV(B) 156.67º 0.35% 0.8% -
XYZ 38.95 51.23 48.91 -
YUV 179.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 132 204 176 0.35 0 0.14 0.2 156.67 0.41 0.66
Hex 84 CC B0 23 0 E 14 9D 29 42
Octal 204 314 260 43 0 16 24 235 51 102
Binary 10000100 11001100 10110000 100011 0 1110 10100 10011101 101001 1000010

Color Harmonies of #84CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCB0

Black with #84CCB0

Text Example


Text Example

White with #84CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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