#83DBB8

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

Shades of Bermuda #83DBB8

Tints of Bermuda #83DBB8

Color information

#83DBB8 (or 0x83DBB8) is unknown color: approx Bermuda. HEX triplet: 83, DB and B8. RGB value is (131,219,184). Sum of RGB (Red+Green+Blue) = 131+219+184=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBB8 is #7C2447. Grayscale: #BCBCBC. Windows color (decimal): -8135752 or 12114819. OLE color: 12114819.

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

Color convert

RGB131219184-
CMYK0.4000.160.14
HSL156.14º55%68.63%-
HSV(B)156.14º40.18%85.88%-
XYZ43.3458.9554.44-
YUV188.7125.3586.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=24.53%
G=41.01%
B=34.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312191840.4000.160.14156.145568.63
Hex83DBB828010E9c3745
Octal203333270500201623467105
Binary1000001111011011101110001010000100001110100111001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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