#83DBB6

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

Shades of Bermuda #83DBB6

Tints of Bermuda #83DBB6

Color information

#83DBB6 (or 0x83DBB6) is unknown color: approx Bermuda. HEX triplet: 83, DB and B6. RGB value is (131,219,182). Sum of RGB (Red+Green+Blue) = 131+219+182=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBB6 is #7C2449. Grayscale: #BCBCBC. Windows color (decimal): -8135754 or 11983747. OLE color: 11983747.

HSL color Cylindrical-coordinate representation of color #83DBB6: hue angle of 154.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBB6 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB131219182-
CMYK0.4000.170.14
HSL154.77º55%68.63%-
HSV(B)154.77º40.18%85.88%-
XYZ43.1458.8753.34-
YUV188.47124.3587.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.62%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=24.62%
G=41.17%
B=34.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312191820.4000.170.14154.775568.63
Hex83DBB628011E9b3745
Octal203333266500211623367105
Binary1000001111011011101101101010000100011110100110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,219,182); }

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

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

 a { background-color: rgb(131,219,182); }

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

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

 span { border-color: rgb(131,219,182); }

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