#83DFBB

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

Shades of Bermuda #83DFBB

Tints of Bermuda #83DFBB

Color information

#83DFBB (or 0x83DFBB) is unknown color: approx Bermuda. HEX triplet: 83, DF and BB. RGB value is (131,223,187). Sum of RGB (Red+Green+Blue) = 131+223+187=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFBB is #7C2044. Grayscale: #BFBFBF. Windows color (decimal): -8134725 or 12312451. OLE color: 12312451.

HSL color Cylindrical-coordinate representation of color #83DFBB: hue angle of 156.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFBB is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB131223187-
CMYK0.4100.160.13
HSL156.52º58.97%69.41%-
HSV(B)156.52º41.26%87.45%-
XYZ44.7261.1956.47-
YUV191.39125.5284.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=24.21%
G=41.22%
B=34.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231870.4100.160.13156.5258.9769.41
Hex83DFBB29010D9d3b45
Octal203337273510201523573105
Binary1000001111011111101110111010010100001101100111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,223,187); }

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

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

 a { background-color: rgb(131,223,187); }

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

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

 span { border-color: rgb(131,223,187); }

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