Html Css Color HEX #80DFBF Bermuda

📋 copy color: '#80DFBF'

red 128 ◦ green 223 ◦ blue 191

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

Shades of Bermuda #80DFBF

Tints of Bermuda #80DFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.24%

R = 23.62%
G = 41.14%
B = 35.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#80DFBF (or 0x80DFBF) is known color: Bermuda. HEX triplet: 80, DF and BF. RGB value is (128,223,191). Sum of RGB (Red+Green+Blue) = 128+223+191=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBF is #7F2040. Grayscale: #BEBEBE. Windows color (decimal): -8331329 or 12574592. OLE color: 12574592.

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

Color convert

RGB 128 223 191 -
CMYK 0.43 0 0.14 0.13
HSL 159.79º 0.6% 0.69% -
HSV(B) 159.79º 0.43% 0.87% -
XYZ 44.69 61.13 58.73 -
YUV 190.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 128 223 191 0.43 0 0.14 0.13 159.79 0.6 0.69
Hex 80 DF BF 2B 0 E D A0 3C 45
Octal 200 337 277 53 0 16 15 240 74 105
Binary 10000000 11011111 10111111 101011 0 1110 1101 10100000 111100 1000101

Color Harmonies of #80DFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFBF

Black with #80DFBF

Text Example


Text Example

White with #80DFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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