#83D2B9

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

Shades of Bermuda #83D2B9

Tints of Bermuda #83D2B9

Color information

#83D2B9 (or 0x83D2B9) is unknown color: approx Bermuda. HEX triplet: 83, D2 and B9. RGB value is (131,210,185). Sum of RGB (Red+Green+Blue) = 131+210+185=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #83D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D2B9 is #7C2D46. Grayscale: #B7B7B7. Windows color (decimal): -8138055 or 12178051. OLE color: 12178051.

HSL color Cylindrical-coordinate representation of color #83D2B9: hue angle of 161.01º 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 #83D2B9 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB131210185-
CMYK0.3800.120.18
HSL161.01º46.75%66.86%-
HSV(B)161.01º37.62%82.35%-
XYZ41.1654.4254.23-
YUV183.53128.8390.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=24.90%
G=39.92%
B=35.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312101850.3800.120.18161.0146.7566.86
Hex83D2B9260C12a12f43
Octal203322271460142224157103
Binary1000001111010010101110011001100110010010101000011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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