Html Css Color HEX #80DBC1 Bermuda

📋 copy color: '#80DBC1'

red 128 ◦ green 219 ◦ blue 193

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

Shades of Bermuda #80DBC1

Tints of Bermuda #80DBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.56%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 23.7%
G = 40.56%
B = 35.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#80DBC1 (or 0x80DBC1) is known color: Bermuda. HEX triplet: 80, DB and C1. RGB value is (128,219,193). Sum of RGB (Red+Green+Blue) = 128+219+193=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBC1 is #7F243E. Grayscale: #BCBCBC. Windows color (decimal): -8332351 or 12704640. OLE color: 12704640.

HSL color Cylindrical-coordinate representation of color #80DBC1: hue angle of 162.86º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBC1 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 193 -
CMYK 0.42 0 0.12 0.14
HSL 162.86º 0.56% 0.68% -
HSV(B) 162.86º 0.42% 0.86% -
XYZ 43.86 59.1 59.55 -
YUV 188.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 128 219 193 0.42 0 0.12 0.14 162.86 0.56 0.68
Hex 80 DB C1 2A 0 C E A3 38 44
Octal 200 333 301 52 0 14 16 243 70 104
Binary 10000000 11011011 11000001 101010 0 1100 1110 10100011 111000 1000100

Color Harmonies of #80DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBC1

Black with #80DBC1

Text Example


Text Example

White with #80DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,219,193); }

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

background-color css

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

 a { background-color: rgb(128,219,193); }

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

border-color css

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

 span { border-color: rgb(128,219,193); }

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