#83DABA

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

Shades of Bermuda #83DABA

Tints of Bermuda #83DABA

Color information

#83DABA (or 0x83DABA) is unknown color: approx Bermuda. HEX triplet: 83, DA and BA. RGB value is (131,218,186). Sum of RGB (Red+Green+Blue) = 131+218+186=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #83DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DABA is #7C2545. Grayscale: #BCBCBC. Windows color (decimal): -8136006 or 12245635. OLE color: 12245635.

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

Color convert

RGB131218186-
CMYK0.4000.150.15
HSL157.93º54.04%68.43%-
HSV(B)157.93º39.91%85.49%-
XYZ43.2958.5155.47-
YUV188.34126.6887.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.49%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=24.49%
G=40.75%
B=34.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181860.4000.150.15157.9354.0468.43
Hex83DABA280FF9e3644
Octal203332272500171723666104
Binary100000111101101010111010101000011111111100111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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