#83D8BA

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

Shades of Bermuda #83D8BA

Tints of Bermuda #83D8BA

Color information

#83D8BA (or 0x83D8BA) is unknown color: approx Bermuda. HEX triplet: 83, D8 and BA. RGB value is (131,216,186). Sum of RGB (Red+Green+Blue) = 131+216+186=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D8BA is #7C2745. Grayscale: #BBBBBB. Windows color (decimal): -8136518 or 12245123. OLE color: 12245123.

HSL color Cylindrical-coordinate representation of color #83D8BA: hue angle of 158.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8BA is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB131216186-
CMYK0.3900.140.15
HSL158.82º52.15%68.04%-
HSV(B)158.82º39.35%84.71%-
XYZ42.7857.4855.29-
YUV187.16127.3487.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.58%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=24.58%
G=40.53%
B=34.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312161860.3900.140.15158.8252.1568.04
Hex83D8BA270EF9f3444
Octal203330272470161723764104
Binary100000111101100010111010100111011101111100111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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