#83dabe

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

Shades of Bermuda #83DABE

Tints of Bermuda #83DABE

Color information

#83DABE (or 0x83DABE) is unknown color: approx Bermuda. HEX triplet: 83, DA and BE. RGB value is (131,218,190). Sum of RGB (Red+Green+Blue) = 131+218+190=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #83DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DABE is #7C2541. Grayscale: #BCBCBC. Windows color (decimal): -8136002 or 12507779. OLE color: 12507779.

HSL color Cylindrical-coordinate representation of color #83DABE: hue angle of 160.69º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DABE is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB131218190-
CMYK0.4000.130.15
HSL160.69º54.04%68.43%-
HSV(B)160.69º39.91%85.49%-
XYZ43.7358.6957.74-
YUV188.8128.6886.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=24.30%
G=40.45%
B=35.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181900.4000.130.15160.6954.0468.43
Hex83DABE280DFa13644
Octal203332276500151724166104
Binary100000111101101010111110101000011011111101000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83dabe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83dabe; }

 p { color: rgb(131,218,190); }

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

<style>
 a { background-color: #83dabe; }

 a { background-color: rgb(131,218,190); }

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

<style>
 span { border-color: #83dabe; }

 span { border-color: rgb(131,218,190); }

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