Html Css Color HEX #80DABD Bermuda

📋 copy color: '#80DABD'

red 128 ◦ green 218 ◦ blue 189

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

Shades of Bermuda #80DABD

Tints of Bermuda #80DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 23.93%
G = 40.75%
B = 35.33%

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

#80DABD (or 0x80DABD) is known color: Bermuda. HEX triplet: 80, DA and BD. RGB value is (128,218,189). Sum of RGB (Red+Green+Blue) = 128+218+189=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #80DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DABD is #7F2542. Grayscale: #BBBBBB. Windows color (decimal): -8332611 or 12442240. OLE color: 12442240.

HSL color Cylindrical-coordinate representation of color #80DABD: hue angle of 160.67º 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 #80DABD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 189 -
CMYK 0.41 0 0.13 0.15
HSL 160.67º 0.55% 0.68% -
HSV(B) 160.67º 0.41% 0.85% -
XYZ 43.16 58.41 57.14 -
YUV 187.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 128 218 189 0.41 0 0.13 0.15 160.67 0.55 0.68
Hex 80 DA BD 29 0 D F A1 37 44
Octal 200 332 275 51 0 15 17 241 67 104
Binary 10000000 11011010 10111101 101001 0 1101 1111 10100001 110111 1000100

Color Harmonies of #80DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DABD

Black with #80DABD

Text Example


Text Example

White with #80DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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