#83D9BF

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

Shades of Bermuda #83D9BF

Tints of Bermuda #83D9BF

Color information

#83D9BF (or 0x83D9BF) is unknown color: approx Bermuda. HEX triplet: 83, D9 and BF. RGB value is (131,217,191). Sum of RGB (Red+Green+Blue) = 131+217+191=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9BF is #7C2640. Grayscale: #BCBCBC. Windows color (decimal): -8136257 or 12573059. OLE color: 12573059.

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

Color convert

RGB131217191-
CMYK0.4000.120.15
HSL161.86º53.09%68.24%-
HSV(B)161.86º39.63%85.1%-
XYZ43.5858.2158.23-
YUV188.32129.5187.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 191 (75% from 255) = 35.44%
R=24.30%
G=40.26%
B=35.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312171910.4000.120.15161.8653.0968.24
Hex83D9BF280CFa23544
Octal203331277500141724265104
Binary100000111101100110111111101000011001111101000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,217,191); }

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

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

 a { background-color: rgb(131,217,191); }

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

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

 span { border-color: rgb(131,217,191); }

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