#83DABC

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

Shades of Bermuda #83DABC

Tints of Bermuda #83DABC

Color information

#83DABC (or 0x83DABC) is unknown color: approx Bermuda. HEX triplet: 83, DA and BC. RGB value is (131,218,188). Sum of RGB (Red+Green+Blue) = 131+218+188=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #83DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DABC is #7C2543. Grayscale: #BCBCBC. Windows color (decimal): -8136004 or 12376707. OLE color: 12376707.

HSL color Cylindrical-coordinate representation of color #83DABC: hue angle of 159.31º 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 #83DABC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB131218188-
CMYK0.4000.140.15
HSL159.31º54.04%68.43%-
HSV(B)159.31º39.91%85.49%-
XYZ43.5158.656.59-
YUV188.57127.6886.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=24.39%
G=40.60%
B=35.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181880.4000.140.15159.3154.0468.43
Hex83DABC280EF9f3644
Octal203332274500161723766104
Binary100000111101101010111100101000011101111100111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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