#80D7C1

Color #80D7C1 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #80D7C1

Tints of Bermuda #80D7C1

Color information

#80D7C1 (or 0x80D7C1) is unknown color: approx Bermuda. HEX triplet: 80, D7 and C1. RGB value is (128,215,193). Sum of RGB (Red+Green+Blue) = 128+215+193=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D7C1 is #7F283E. Grayscale: #BABABA. Windows color (decimal): -8333375 or 12703616. OLE color: 12703616.

HSL color Cylindrical-coordinate representation of color #80D7C1: hue angle of 164.83º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D7C1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB128215193-
CMYK0.4000.100.16
HSL164.83º52.1%67.25%-
HSV(B)164.83º40.47%84.31%-
XYZ42.8357.0459.2-
YUV186.48131.6886.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=23.88%
G=40.11%
B=36.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151930.4000.100.16164.8352.167.25
Hex80D7C1280A10a53443
Octal200327301500122024564103
Binary1000000011010111110000011010000101010000101001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,215,193); }

 H1.HeaderClassName
 {
   color: #80D7C1;
 }
 .AnyTagClassName
 {
   color: #80D7C1;
 }
</style>
background-color css

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

 a { background-color: rgb(128,215,193); }

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

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

 span { border-color: rgb(128,215,193); }

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