Html Css Color HEX #80DFB9 Bermuda

📋 copy color: '#80DFB9'

red 128 ◦ green 223 ◦ blue 185

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

Shades of Bermuda #80DFB9

Tints of Bermuda #80DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 23.88%
G = 41.6%
B = 34.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#80DFB9 (or 0x80DFB9) is known color: Bermuda. HEX triplet: 80, DF and B9. RGB value is (128,223,185). Sum of RGB (Red+Green+Blue) = 128+223+185=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFB9 is #7F2046. Grayscale: #BEBEBE. Windows color (decimal): -8331335 or 12181376. OLE color: 12181376.

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

Color convert

RGB 128 223 185 -
CMYK 0.43 0 0.17 0.13
HSL 156º 0.6% 0.69% -
HSV(B) 156º 0.43% 0.87% -
XYZ 44.05 60.87 55.33 -
YUV 190.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 128 223 185 0.43 0 0.17 0.13 156 0.6 0.69
Hex 80 DF B9 2B 0 11 D 9C 3C 45
Octal 200 337 271 53 0 21 15 234 74 105
Binary 10000000 11011111 10111001 101011 0 10001 1101 10011100 111100 1000101

Color Harmonies of #80DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFB9

Black with #80DFB9

Text Example


Text Example

White with #80DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,185); }

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

background-color css

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

 a { background-color: rgb(128,223,185); }

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

border-color css

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

 span { border-color: rgb(128,223,185); }

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