#83DDBE

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

Shades of Bermuda #83DDBE

Tints of Bermuda #83DDBE

Color information

#83DDBE (or 0x83DDBE) is unknown color: approx Bermuda. HEX triplet: 83, DD and BE. RGB value is (131,221,190). Sum of RGB (Red+Green+Blue) = 131+221+190=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDBE is #7C2241. Grayscale: #BEBEBE. Windows color (decimal): -8135234 or 12508547. OLE color: 12508547.

HSL color Cylindrical-coordinate representation of color #83DDBE: hue angle of 159.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDBE is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB131221190-
CMYK0.4100.140.13
HSL159.33º56.96%69.02%-
HSV(B)159.33º40.72%86.67%-
XYZ44.5160.2658-
YUV190.56127.6885.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.17%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=24.17%
G=40.77%
B=35.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312211900.4100.140.13159.3356.9669.02
Hex83DDBE290ED9f3945
Octal203335276510161523771105
Binary100000111101110110111110101001011101101100111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,221,190); }

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

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

 a { background-color: rgb(131,221,190); }

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

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

 span { border-color: rgb(131,221,190); }

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