Html Css Color HEX #80CCBA Monte Carlo

📋 copy color: '#80CCBA'

red 128 ◦ green 204 ◦ blue 186

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

Shades of Monte Carlo #80CCBA

Tints of Monte Carlo #80CCBA

RGB

 RED value IS 128 (50.39% from 255) = 24.71%

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 24.71%
G = 39.38%
B = 35.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#80CCBA (or 0x80CCBA) is known color: Monte Carlo. HEX triplet: 80, CC and BA. RGB value is (128,204,186). Sum of RGB (Red+Green+Blue) = 128+204+186=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCBA is #7F3345. Grayscale: #B3B3B3. Windows color (decimal): -8336198 or 12242048. OLE color: 12242048.

HSL color Cylindrical-coordinate representation of color #80CCBA: hue angle of 165.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCBA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 186 -
CMYK 0.37 0 0.09 0.2
HSL 165.79º 0.43% 0.65% -
HSV(B) 165.79º 0.37% 0.8% -
XYZ 39.36 51.32 54.29 -
YUV 179.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 128 204 186 0.37 0 0.09 0.2 165.79 0.43 0.65
Hex 80 CC BA 25 0 9 14 A6 2B 41
Octal 200 314 272 45 0 11 24 246 53 101
Binary 10000000 11001100 10111010 100101 0 1001 10100 10100110 101011 1000001

Color Harmonies of #80CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCBA

Black with #80CCBA

Text Example


Text Example

White with #80CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CCBA; }

 p { color: rgb(128,204,186); }

 H1.HeaderClassName
 {
   color: #80CCBA;
 }
 .AnyTagClassName
 {
   color: #80CCBA;
 }
</style>

background-color css

<style>
 a { background-color: #80CCBA; }

 a { background-color: rgb(128,204,186); }

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

border-color css

<style>
 span { border-color: #80CCBA; }

 span { border-color: rgb(128,204,186); }

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