#80D4B3

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

Shades of Bermuda #80D4B3

Tints of Bermuda #80D4B3

Color information

#80D4B3 (or 0x80D4B3) is unknown color: approx Bermuda. HEX triplet: 80, D4 and B3. RGB value is (128,212,179). Sum of RGB (Red+Green+Blue) = 128+212+179=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D4B3 is #7F2B4C. Grayscale: #B7B7B7. Windows color (decimal): -8334157 or 11785344. OLE color: 11785344.

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

Color convert

RGB128212179-
CMYK0.4000.160.17
HSL156.43º49.41%66.67%-
HSV(B)156.43º39.62%83.14%-
XYZ40.5854.9351.11-
YUV183.12125.6788.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=24.66%
G=40.85%
B=34.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121790.4000.160.17156.4349.4166.67
Hex80D4B328010119c3143
Octal200324263500202123461103
Binary10000000110101001011001110100001000010001100111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,179); }

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

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

 a { background-color: rgb(128,212,179); }

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

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

 span { border-color: rgb(128,212,179); }

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