#83DCBA

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

Shades of Bermuda #83DCBA

Tints of Bermuda #83DCBA

Color information

#83DCBA (or 0x83DCBA) is unknown color: approx Bermuda. HEX triplet: 83, DC and BA. RGB value is (131,220,186). Sum of RGB (Red+Green+Blue) = 131+220+186=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCBA is #7C2345. Grayscale: #BDBDBD. Windows color (decimal): -8135494 or 12246147. OLE color: 12246147.

HSL color Cylindrical-coordinate representation of color #83DCBA: hue angle of 157.08º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB131220186-
CMYK0.4000.150.14
HSL157.08º55.97%68.82%-
HSV(B)157.08º40.45%86.27%-
XYZ43.8259.5655.64-
YUV189.51126.0186.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=24.39%
G=40.97%
B=34.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201860.4000.150.14157.0855.9768.82
Hex83DCBA280FE9d3845
Octal203334272500171623570105
Binary100000111101110010111010101000011111110100111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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