Html Css Color HEX #80DAB8 Bermuda

📋 copy color: '#80DAB8'

red 128 ◦ green 218 ◦ blue 184

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

Shades of Bermuda #80DAB8

Tints of Bermuda #80DAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 24.15%
G = 41.13%
B = 34.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#80DAB8 (or 0x80DAB8) is known color: Bermuda. HEX triplet: 80, DA and B8. RGB value is (128,218,184). Sum of RGB (Red+Green+Blue) = 128+218+184=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DAB8 is #7F2547. Grayscale: #BBBBBB. Windows color (decimal): -8332616 or 12114560. OLE color: 12114560.

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

Color convert

RGB 128 218 184 -
CMYK 0.41 0 0.16 0.15
HSL 157.33º 0.55% 0.68% -
HSV(B) 157.33º 0.41% 0.85% -
XYZ 42.63 58.19 54.33 -
YUV 187.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 128 218 184 0.41 0 0.16 0.15 157.33 0.55 0.68
Hex 80 DA B8 29 0 10 F 9D 37 44
Octal 200 332 270 51 0 20 17 235 67 104
Binary 10000000 11011010 10111000 101001 0 10000 1111 10011101 110111 1000100

Color Harmonies of #80DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAB8

Black with #80DAB8

Text Example


Text Example

White with #80DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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