#83D2BD

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

Shades of Bermuda #83D2BD

Tints of Bermuda #83D2BD

Color information

#83D2BD (or 0x83D2BD) is unknown color: approx Bermuda. HEX triplet: 83, D2 and BD. RGB value is (131,210,189). Sum of RGB (Red+Green+Blue) = 131+210+189=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #83D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D2BD is #7C2D42. Grayscale: #B7B7B7. Windows color (decimal): -8138051 or 12440195. OLE color: 12440195.

HSL color Cylindrical-coordinate representation of color #83D2BD: hue angle of 164.05º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D2BD is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB131210189-
CMYK0.3800.100.18
HSL164.05º46.75%66.86%-
HSV(B)164.05º37.62%82.35%-
XYZ41.5954.5956.49-
YUV183.98130.8390.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=24.72%
G=39.62%
B=35.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312101890.3800.100.18164.0546.7566.86
Hex83D2BD260A12a42f43
Octal203322275460122224457103
Binary1000001111010010101111011001100101010010101001001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,210,189); }

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

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

 a { background-color: rgb(131,210,189); }

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

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

 span { border-color: rgb(131,210,189); }

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