Html Css Color HEX #80BEBA Monte Carlo

📋 copy color: '#80BEBA'

red 128 ◦ green 190 ◦ blue 186

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

Shades of Monte Carlo #80BEBA

Tints of Monte Carlo #80BEBA

RGB

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

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

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

R = 25.4%
G = 37.7%
B = 36.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#80BEBA (or 0x80BEBA) is known color: Monte Carlo. HEX triplet: 80, BE and BA. RGB value is (128,190,186). Sum of RGB (Red+Green+Blue) = 128+190+186=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBA is #7F4145. Grayscale: #AAAAAA. Windows color (decimal): -8339782 or 12238464. OLE color: 12238464.

HSL color Cylindrical-coordinate representation of color #80BEBA: hue angle of 176.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEBA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 186 -
CMYK 0.33 0 0.02 0.25
HSL 176.13º 0.32% 0.62% -
HSV(B) 176.13º 0.33% 0.75% -
XYZ 36.18 44.96 53.23 -
YUV 171.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 128 190 186 0.33 0 0.02 0.25 176.13 0.32 0.62
Hex 80 BE BA 21 0 2 19 B0 20 3E
Octal 200 276 272 41 0 2 31 260 40 76
Binary 10000000 10111110 10111010 100001 0 10 11001 10110000 100000 111110

Color Harmonies of #80BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEBA

Black with #80BEBA

Text Example


Text Example

White with #80BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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