Html Css Color HEX #80D6BA Bermuda

📋 copy color: '#80D6BA'

red 128 ◦ green 214 ◦ blue 186

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

Shades of Bermuda #80D6BA

Tints of Bermuda #80D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.53%

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

R = 24.24%
G = 40.53%
B = 35.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#80D6BA (or 0x80D6BA) is known color: Bermuda. HEX triplet: 80, D6 and BA. RGB value is (128,214,186). Sum of RGB (Red+Green+Blue) = 128+214+186=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6BA is #7F2945. Grayscale: #B9B9B9. Windows color (decimal): -8333638 or 12244608. OLE color: 12244608.

HSL color Cylindrical-coordinate representation of color #80D6BA: hue angle of 160.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6BA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 186 -
CMYK 0.40 0 0.13 0.16
HSL 160.47º 0.51% 0.67% -
HSV(B) 160.47º 0.4% 0.84% -
XYZ 41.81 56.23 55.1 -
YUV 185.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 128 214 186 0.40 0 0.13 0.16 160.47 0.51 0.67
Hex 80 D6 BA 28 0 D 10 A0 33 43
Octal 200 326 272 50 0 15 20 240 63 103
Binary 10000000 11010110 10111010 101000 0 1101 10000 10100000 110011 1000011

Color Harmonies of #80D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6BA

Black with #80D6BA

Text Example


Text Example

White with #80D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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