Html Css Color HEX #80DDB7 Bermuda

📋 copy color: '#80DDB7'

red 128 ◦ green 221 ◦ blue 183

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

Shades of Bermuda #80DDB7

Tints of Bermuda #80DDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 24.06%
G = 41.54%
B = 34.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#80DDB7 (or 0x80DDB7) is known color: Bermuda. HEX triplet: 80, DD and B7. RGB value is (128,221,183). Sum of RGB (Red+Green+Blue) = 128+221+183=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDB7 is #7F2248. Grayscale: #BCBCBC. Windows color (decimal): -8331849 or 12049792. OLE color: 12049792.

HSL color Cylindrical-coordinate representation of color #80DDB7: hue angle of 155.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDB7 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 183 -
CMYK 0.42 0 0.17 0.13
HSL 155.48º 0.58% 0.68% -
HSV(B) 155.48º 0.42% 0.87% -
XYZ 43.31 59.72 54.04 -
YUV 188.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 128 221 183 0.42 0 0.17 0.13 155.48 0.58 0.68
Hex 80 DD B7 2A 0 11 D 9B 3A 44
Octal 200 335 267 52 0 21 15 233 72 104
Binary 10000000 11011101 10110111 101010 0 10001 1101 10011011 111010 1000100

Color Harmonies of #80DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDB7

Black with #80DDB7

Text Example


Text Example

White with #80DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,183); }

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

background-color css

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

 a { background-color: rgb(128,221,183); }

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

border-color css

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

 span { border-color: rgb(128,221,183); }

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