#83CDBA

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

Shades of Bermuda #83CDBA

Tints of Bermuda #83CDBA

Color information

#83CDBA (or 0x83CDBA) is unknown color: approx Bermuda. HEX triplet: 83, CD and BA. RGB value is (131,205,186). Sum of RGB (Red+Green+Blue) = 131+205+186=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDBA is #7C3245. Grayscale: #B4B4B4. Windows color (decimal): -8139334 or 12242307. OLE color: 12242307.

HSL color Cylindrical-coordinate representation of color #83CDBA: hue angle of 164.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDBA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB131205186-
CMYK0.3600.090.20
HSL164.59º42.53%65.88%-
HSV(B)164.59º36.1%80.39%-
XYZ40.0552.0354.39-
YUV180.71130.9892.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=25.10%
G=39.27%
B=35.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051860.3600.090.20164.5942.5365.88
Hex83CDBA240914a52b42
Octal203315272440112424553102
Binary1000001111001101101110101001000100110100101001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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