#83DAB5

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

Shades of Bermuda #83DAB5

Tints of Bermuda #83DAB5

Color information

#83DAB5 (or 0x83DAB5) is unknown color: approx Bermuda. HEX triplet: 83, DA and B5. RGB value is (131,218,181). Sum of RGB (Red+Green+Blue) = 131+218+181=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAB5 is #7C254A. Grayscale: #BBBBBB. Windows color (decimal): -8136011 or 11917955. OLE color: 11917955.

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

Color convert

RGB131218181-
CMYK0.4000.170.15
HSL154.48º54.04%68.43%-
HSV(B)154.48º39.91%85.49%-
XYZ42.7758.352.72-
YUV187.77124.1887.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=24.72%
G=41.13%
B=34.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181810.4000.170.15154.4854.0468.43
Hex83DAB528011F9a3644
Octal203332265500211723266104
Binary1000001111011010101101011010000100011111100110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,218,181); }

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

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

 a { background-color: rgb(131,218,181); }

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

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

 span { border-color: rgb(131,218,181); }

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