Html Css Color HEX #80DDBD Bermuda

📋 copy color: '#80DDBD'

red 128 ◦ green 221 ◦ blue 189

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

Shades of Bermuda #80DDBD

Tints of Bermuda #80DDBD

RGB

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

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

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

R = 23.79%
G = 41.08%
B = 35.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#80DDBD (or 0x80DDBD) is known color: Bermuda. HEX triplet: 80, DD and BD. RGB value is (128,221,189). Sum of RGB (Red+Green+Blue) = 128+221+189=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBD is #7F2242. Grayscale: #BDBDBD. Windows color (decimal): -8331843 or 12443008. OLE color: 12443008.

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

Color convert

RGB 128 221 189 -
CMYK 0.42 0 0.14 0.13
HSL 159.35º 0.58% 0.68% -
HSV(B) 159.35º 0.42% 0.87% -
XYZ 43.94 59.98 57.4 -
YUV 189.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 128 221 189 0.42 0 0.14 0.13 159.35 0.58 0.68
Hex 80 DD BD 2A 0 E D 9F 3A 44
Octal 200 335 275 52 0 16 15 237 72 104
Binary 10000000 11011101 10111101 101010 0 1110 1101 10011111 111010 1000100

Color Harmonies of #80DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDBD

Black with #80DDBD

Text Example


Text Example

White with #80DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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