Html Css Color HEX #80DABE Bermuda

📋 copy color: '#80DABE'

red 128 ◦ green 218 ◦ blue 190

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

Shades of Bermuda #80DABE

Tints of Bermuda #80DABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 23.88%
G = 40.67%
B = 35.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#80DABE (or 0x80DABE) is known color: Bermuda. HEX triplet: 80, DA and BE. RGB value is (128,218,190). Sum of RGB (Red+Green+Blue) = 128+218+190=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #80DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DABE is #7F2541. Grayscale: #BBBBBB. Windows color (decimal): -8332610 or 12507776. OLE color: 12507776.

HSL color Cylindrical-coordinate representation of color #80DABE: hue angle of 161.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DABE is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 190 -
CMYK 0.41 0 0.13 0.15
HSL 161.33º 0.55% 0.68% -
HSV(B) 161.33º 0.41% 0.85% -
XYZ 43.27 58.45 57.72 -
YUV 187.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 128 218 190 0.41 0 0.13 0.15 161.33 0.55 0.68
Hex 80 DA BE 29 0 D F A1 37 44
Octal 200 332 276 51 0 15 17 241 67 104
Binary 10000000 11011010 10111110 101001 0 1101 1111 10100001 110111 1000100

Color Harmonies of #80DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DABE

Black with #80DABE

Text Example


Text Example

White with #80DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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