#83D9BC

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

Shades of Bermuda #83D9BC

Tints of Bermuda #83D9BC

Color information

#83D9BC (or 0x83D9BC) is unknown color: approx Bermuda. HEX triplet: 83, D9 and BC. RGB value is (131,217,188). Sum of RGB (Red+Green+Blue) = 131+217+188=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9BC is #7C2643. Grayscale: #BCBCBC. Windows color (decimal): -8136260 or 12376451. OLE color: 12376451.

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

Color convert

RGB131217188-
CMYK0.4000.130.15
HSL159.77º53.09%68.24%-
HSV(B)159.77º39.63%85.1%-
XYZ43.2558.0856.51-
YUV187.98128.0187.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=24.44%
G=40.49%
B=35.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312171880.4000.130.15159.7753.0968.24
Hex83D9BC280DFa03544
Octal203331274500151724065104
Binary100000111101100110111100101000011011111101000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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