#83DBBA

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

Shades of Bermuda #83DBBA

Tints of Bermuda #83DBBA

Color information

#83DBBA (or 0x83DBBA) is unknown color: approx Bermuda. HEX triplet: 83, DB and BA. RGB value is (131,219,186). Sum of RGB (Red+Green+Blue) = 131+219+186=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBBA is #7C2445. Grayscale: #BCBCBC. Windows color (decimal): -8135750 or 12245891. OLE color: 12245891.

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

Color convert

RGB131219186-
CMYK0.4000.150.14
HSL157.5º55%68.63%-
HSV(B)157.5º40.18%85.88%-
XYZ43.5559.0355.55-
YUV188.93126.3586.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=24.44%
G=40.86%
B=34.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312191860.4000.150.14157.55568.63
Hex83DBBA280FE9e3745
Octal203333272500171623667105
Binary100000111101101110111010101000011111110100111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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